AggregationRule

io.k8s.api.rbac.v1.AggregationRule
See theAggregationRule companion object
final case class AggregationRule(clusterRoleSelectors: Option[Seq[LabelSelector]])

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Attributes

Companion:
object
Source:
AggregationRule.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to clusterRoleSelectors

Appends new values to clusterRoleSelectors

Attributes

Source:
AggregationRule.scala

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

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

Attributes

Source:
AggregationRule.scala

Returns a new data with clusterRoleSelectors set to new value

Returns a new data with clusterRoleSelectors set to new value

Attributes

Source:
AggregationRule.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product