Kazan v0.11.0 Kazan.Apis.Rbac.V1.RoleRef View Source

RoleRef contains information that points to the role being used

OpenAPI Definition: io.k8s.api.rbac.v1.RoleRef

Properties

  • api_group :: String

    • APIGroup is the group for the resource being referenced
  • kind :: String

    • Kind is the type of resource being referenced
  • name :: String

    • Name is the name of resource being referenced

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Rbac.V1.RoleRef{
  api_group: String.t(),
  kind: String.t(),
  name: String.t()
}