Package net.stickycode.kuuty.model.v18
Class IoK8sApiRbacV1AggregationRule
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiRbacV1AggregationRule
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiRbacV1AggregationRule extends Object
AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CLUSTER_ROLE_SELECTORS
-
Constructor Summary
Constructors Constructor Description IoK8sApiRbacV1AggregationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiRbacV1AggregationRuleaddClusterRoleSelectorsItem(IoK8sApimachineryPkgApisMetaV1LabelSelector clusterRoleSelectorsItem)IoK8sApiRbacV1AggregationRuleclusterRoleSelectors(List<IoK8sApimachineryPkgApisMetaV1LabelSelector> clusterRoleSelectors)booleanequals(Object o)List<IoK8sApimachineryPkgApisMetaV1LabelSelector>getClusterRoleSelectors()ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.inthashCode()voidsetClusterRoleSelectors(List<IoK8sApimachineryPkgApisMetaV1LabelSelector> clusterRoleSelectors)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CLUSTER_ROLE_SELECTORS
public static final String JSON_PROPERTY_CLUSTER_ROLE_SELECTORS
- See Also:
- Constant Field Values
-
-
Method Detail
-
clusterRoleSelectors
public IoK8sApiRbacV1AggregationRule clusterRoleSelectors(List<IoK8sApimachineryPkgApisMetaV1LabelSelector> clusterRoleSelectors)
-
addClusterRoleSelectorsItem
public IoK8sApiRbacV1AggregationRule addClusterRoleSelectorsItem(IoK8sApimachineryPkgApisMetaV1LabelSelector clusterRoleSelectorsItem)
-
getClusterRoleSelectors
@Nullable public List<IoK8sApimachineryPkgApisMetaV1LabelSelector> getClusterRoleSelectors()
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- Returns:
- clusterRoleSelectors
-
setClusterRoleSelectors
public void setClusterRoleSelectors(List<IoK8sApimachineryPkgApisMetaV1LabelSelector> clusterRoleSelectors)
-
-