GlobalRoleBinding
GlobalRoleBinding binds a given subject user or group to a GlobalRole.
| Field / Type | Description |
|---|---|
apiVersion | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
globalRoleName | GlobalRoleName is the name of the Global Role that the subject will be bound to. Immutable. |
groupPrincipalName | GroupPrincipalName is the name of the group principal subject to be bound. Immutable. |
kind | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
metadata | No description provided. |
Status is the most recently observed status of the GlobalRoleBinding. Note, that this is read from and written to by __two__ controllers. | |
userName | UserName is the name of the user subject to be bound. Immutable. |
userPrincipalName | UserPrincipalName is the name of the user principal subject to be bound. Immutable. |