Skip to content
DocsTry Aspire
DocsTry

ObjectFieldSelectorV1

Classsealednet8.0
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
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
{
// ...
}