Skip to content
Docs Try Aspire
Docs Try

ObjectFieldSelectorV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
ObjectFieldSelectorV1 represents a selector that identifies a specific field of an object. It is used to specify the path to a field in the resource’s object structure and optionally, an API version to interpret the specified field.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ObjectFieldSelectorV1
{
// ...
}