Skip to content
Docs Try Aspire

ObjectFieldSelectorV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.2.0-preview.1.26170.3
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
{
// ...
}