SubjectV1 Properties
Class Properties 4 members
Represents a subject in Kubernetes RoleBinding or ClusterRoleBinding resources.
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.
public string ApiGroup { get; set; } Gets or sets the kind of the subject. This property specifies the type of the Kubernetes subject, such as "User", "Group", or "ServiceAccount".
public string Kind { get; set; } Gets or sets the name of the Kubernetes resource subject. Represents the specific subject entity associated with the resource.
public string Name { get; set; } Gets or sets the namespace associated with the subject. This property is used to specify the namespace in which the subject resides. It is typically applicable in contexts where namespace-scoped resources are involved.
public string Namespace { get; set; }