RoleRef

com.coralogix.zio.k8s.model.rbac.v1.RoleRef
See theRoleRef companion object
case class RoleRef(apiGroup: String, kind: String, name: String)

RoleRef contains information that points to the role being used

Value parameters

apiGroup

APIGroup is the group for the resource being referenced

kind

Kind is the type of resource being referenced

name

Name is the name of resource being referenced

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

APIGroup is the group for the resource being referenced

APIGroup is the group for the resource being referenced

This effect always succeeds, it is safe to use the field apiGroup directly.

Attributes

Kind is the type of resource being referenced

Kind is the type of resource being referenced

This effect always succeeds, it is safe to use the field kind directly.

Attributes

Name is the name of resource being referenced

Name is the name of resource being referenced

This effect always succeeds, it is safe to use the field name directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product