final case class ClusterRoleBindingList(items: Seq[ClusterRoleBinding], metadata: Option[ListMeta]) extends KObject
ClusterRoleBindingList is a collection of ClusterRoleBindings
- Companion:
- object
- Source:
- ClusterRoleBindingList.scala
Keywords
Inherited
Value members
Concrete methods
transforms items to result of function
transforms items to result of function
- Source:
- ClusterRoleBindingList.scala
if metadata has a value, transforms to the result of function
if metadata has a value, transforms to the result of function
- Source:
- ClusterRoleBindingList.scala
Returns a new data with items set to new value
Returns a new data with items set to new value
- Source:
- ClusterRoleBindingList.scala
Returns a new data with metadata set to new value
Returns a new data with metadata set to new value
- Source:
- ClusterRoleBindingList.scala