Skip to content
Docs Try Aspire

ResourceAttributesV1 Constructors

Class Constructors 1 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()
{
// ...
}
}