PodResourceClaimV1 Properties
Class Properties 3 members
Represents a resource claim specification for a Kubernetes pod.
Gets or sets the name of the resource claim associated with the Pod. This property represents the alias "name" in the serialized YAML format.
public string Name { get; set; } Gets or sets the name of the referenced resource claim associated with the pod. This is used to identify the resource claim that provides specific resources to the pod in a Kubernetes environment.
public string ResourceClaimName { get; set; } Gets or sets the name of the resource claim template associated with the pod. This property specifies the template to be used for creating a resource claim dynamically, enabling resource allocation for the pod.
public string ResourceClaimTemplateName { get; set; }