Share via


PodResourceClaimV1.ResourceClaimName Property

Definition

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.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to