# FieldsV1

- Kind: `class`
- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Version: `13.3.0-preview.1.26254.5`
- Namespace: `Aspire.Hosting.Kubernetes.Resources`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/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)
