ClusterRoleBinding

io.k8s.api.rbac.v1.ClusterRoleBinding
See theClusterRoleBinding companion object
final case class ClusterRoleBinding(roleRef: RoleRef, subjects: Option[Seq[Subject]], metadata: Option[ObjectMeta]) extends KObject

ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.

Attributes

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

Members list

Value members

Concrete methods

Appends new values to subjects

Appends new values to subjects

Attributes

Source
ClusterRoleBinding.scala
override def foldTo[T : Builder]: T

Attributes

Definition Classes
Source
ClusterRoleBinding.scala

if metadata has a value, transforms to the result of function

if metadata has a value, transforms to the result of function

Attributes

Source
ClusterRoleBinding.scala

transforms roleRef to result of function

transforms roleRef to result of function

Attributes

Source
ClusterRoleBinding.scala

if subjects has a value, transforms to the result of function

if subjects has a value, transforms to the result of function

Attributes

Source
ClusterRoleBinding.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Attributes

Source
ClusterRoleBinding.scala

Returns a new data with roleRef set to new value

Returns a new data with roleRef set to new value

Attributes

Source
ClusterRoleBinding.scala

Returns a new data with subjects set to new value

Returns a new data with subjects set to new value

Attributes

Source
ClusterRoleBinding.scala

Inherited methods

final def group: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

final lazy val apiVersion: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala
final lazy val kind: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala
final lazy val version: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala