RoleRefV1 Properties
Class Properties 3 members
Represents a reference to a Kubernetes Role or ClusterRole.
Gets or sets the API group associated with the Kubernetes resource. The API group is used to specify the group of the resource, allowing the use of resources across different API versions.
public string ApiGroup { get; set; } Gets or sets the kind of the referenced role resource.
public string Kind { get; set; }Remarks
The Kind property is used to specify the type of resource being pointed to. This includes values like "Role" or "ClusterRole" in Kubernetes.
public string Name { get; set; }