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 KObjecttrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Appends new values to subjects
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
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 roleRef set to new value
Returns a new data with subjects set to new value
Inherited methods
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
In this article