TypedObjectReferenceV1 Properties
Class Properties 4 members
Represents a reference to a Kubernetes object with a specified kind and API group.
Gets or sets the API group for the referenced resource. This typically specifies the group under which the Kubernetes resource is classified, for example, "apps", "core", or other custom API groups.
public string ApiGroup { get; set; } Represents the type of the Kubernetes resource referenced. This property denotes the kind of the resource (e.g., Pod, Service, Deployment) being referred to, allowing identification of the specific resource type.
public string Kind { get; set; } Gets or sets the name of the Kubernetes resource.
public string Name { get; set; } Gets or sets the namespace in which the Kubernetes object resides.
public string Namespace { get; set; }