SubjectV1.ApiGroup 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 API group of the subject in Kubernetes. This property specifies the group of the referenced resource, which is used to differentiate resources with the same kind or name belonging to different API groups.
[YamlDotNet.Serialization.YamlMember(Alias="apiGroup")]
public string ApiGroup { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="apiGroup")>]
member this.ApiGroup : string with get, set
Public Property ApiGroup As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute