Share via


ResourceAttributesV1.Resource Property

Definition

Represents the name of the resource to which the attributes are associated. This property specifies the target resource in a Kubernetes environment and is used for identifying and managing the specific resource within the namespace.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to