RoleRef

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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.

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.

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.

Inherited methods

Inherited from:
Product