ClusterRoleBinding

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.

Source:
ClusterRoleBinding.scala
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to subjects

Appends new values to subjects

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

Source:
ClusterRoleBinding.scala

transforms roleRef to result of function

transforms roleRef to result of function

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

Source:
ClusterRoleBinding.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Source:
ClusterRoleBinding.scala

Returns a new data with roleRef set to new value

Returns a new data with roleRef set to new value

Source:
ClusterRoleBinding.scala

Returns a new data with subjects set to new value

Returns a new data with subjects set to new value

Source:
ClusterRoleBinding.scala

Inherited methods

final def group: String
Inherited from:
KObject
Source:
ResourceKind.scala
Inherited from:
Product

Inherited fields

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