RoleRef

io.k8s.api.rbac.v1.RoleRef
See theRoleRef companion object
final case class RoleRef(apiGroup: String, kind: String, name: String)

RoleRef contains information that points to the role being used

Attributes

Companion
object
Source
RoleRef.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms apiGroup to result of function

transforms apiGroup to result of function

Attributes

Source
RoleRef.scala

transforms kind to result of function

transforms kind to result of function

Attributes

Source
RoleRef.scala

transforms name to result of function

transforms name to result of function

Attributes

Source
RoleRef.scala
def withApiGroup(value: String): RoleRef

Returns a new data with apiGroup set to new value

Returns a new data with apiGroup set to new value

Attributes

Source
RoleRef.scala
def withKind(value: String): RoleRef

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source
RoleRef.scala
def withName(value: String): RoleRef

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
RoleRef.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product