PodResourceClaimV1.ResourceClaimTemplateName Property

Definition

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.

[YamlDotNet.Serialization.YamlMember(Alias="resourceClaimTemplateName")]
public string ResourceClaimTemplateName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="resourceClaimTemplateName")>]
member this.ResourceClaimTemplateName : string with get, set
Public Property ResourceClaimTemplateName As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to