次の方法で共有


ResourceAttributesV1.Subresource Property

Definition

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

Applies to