ResourceAttributesV1.Resource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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