RoleRef

case
class RoleRef(apiGroup: String, kind: String, name: String)

RoleRef contains information that points to the role being used

Value Params
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

def getApiGroup: IO[K8sFailure, String]

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.

def getKind: IO[K8sFailure, String]

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.

def getName: IO[K8sFailure, String]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product