ResourceAttributesV1.Subresource 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.
Gets or sets the subresource associated with the Kubernetes resource. A subresource represents a component or subpart of the primary resource, commonly used to interact with specific operations or views of the resource.
[YamlDotNet.Serialization.YamlMember(Alias="subresource")]
public string? Subresource { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="subresource")>]
member this.Subresource : string with get, set
Public Property Subresource As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute