Skip to content
Docs Try Aspire

TypedLocalObjectReferenceV1 Properties

Class Properties 3 members
Represents a reference to a Kubernetes object with a specific type, enabling identification of a local object within the same namespace.
Gets or sets the API group of the referent. This property specifies the group of the referenced Kubernetes resource. An empty string represents the core API group, and a null value indicates the defaulting behavior is configured.
public string ApiGroup { get; set; }
Gets or sets the kind of the referenced resource. This represents the type of resource being referenced (e.g., "Pod", "ConfigMap").
public string Kind { get; set; }
Gets or sets the name of the referenced resource within the same namespace.
public string Name { get; set; }