OBJECT

KubernetesKindClusterRoleBindingRoleRef

RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.

link GraphQL Schema definition

  • type KubernetesKindClusterRoleBindingRoleRef {
  • # APIGroup is the group for the resource being referenced
  • apiGroup: String
  • # Kind is the type of resource being referenced
  • kind: String
  • # Name is the name of resource being referenced
  • name: String
  • }