# FieldsV1

- Kind: `class`
- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Version: `13.4.0-preview.1.26281.18`
- Namespace: `Aspire.Hosting.Kubernetes.Resources`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Kubernetes/Resources/FieldsV1.cs)

Represents the FieldsV1 class as part of the Kubernetes resource management utilities.

## Definition

```csharp
namespace Aspire.Hosting.Kubernetes.Resources;

public sealed class FieldsV1
{
    // ...
}
```

## Remarks

FieldsV1 is a sealed class intended to define a field structure for use within Kubernetes managed objects. It provides the ability to describe serialized field data. This class is utilized as a component in conjunction with ManagedFieldsEntryV1.

## Constructors

- [FieldsV1](/reference/api/csharp/aspire.hosting.kubernetes/fieldsv1/constructors.md#constructor)
