Skip to content
DocsTry Aspire
DocsTry

ResourceAttributesV1 Constructors

ClassConstructors1 member
Represents the attributes of a resource in Kubernetes. This class facilitates the definition of resource attributes for Kubernetes objects, including identifiers like name, namespace, and resource type, as well as selectors for field and label-based filtering.
public sealed class ResourceAttributesV1
{
public ResourceAttributesV1()
{
// ...
}
}