case class AggregationRule(clusterRoleSelectors: Optional[Vector[LabelSelector]] = Optional.Absent) extends Product with Serializable
AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
- clusterRoleSelectors
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added
- Alphabetic
- By Inheritance
- AggregationRule
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AggregationRule(clusterRoleSelectors: Optional[Vector[LabelSelector]] = Optional.Absent)
- clusterRoleSelectors
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added
Value Members
- val clusterRoleSelectors: Optional[Vector[LabelSelector]]
-
def
getClusterRoleSelectors: IO[K8sFailure, Vector[LabelSelector]]
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.