Skip to content
Docs Try Aspire

ObjectFieldSelectorV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
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
{
// ...
}