rancher v2.15.1

GlobalRoleBinding

GlobalRoleBinding binds a given subject user or group to a GlobalRole.

8 fields
GlobalRoleBinding fields and descriptions
Field / TypeDescription
apiVersion
string

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
string required

GlobalRoleName is the name of the Global Role that the subject will be bound to. Immutable.

groupPrincipalName
string

GroupPrincipalName is the name of the group principal subject to be bound. Immutable.

kind
string

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
object

No description provided.

object

Status is the most recently observed status of the GlobalRoleBinding. Note, that this is read from and written to by __two__ controllers.

userName
string

UserName is the name of the user subject to be bound. Immutable.

userPrincipalName
string

UserPrincipalName is the name of the user principal subject to be bound. Immutable.