Uses of Class
io.kubernetes.client.openapi.models.V1AggregationRule
Packages that use V1AggregationRule
-
Uses of V1AggregationRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1AggregationRuleModifier and TypeMethodDescriptionV1AggregationRule.addClusterRoleSelectorsItem
(V1LabelSelector clusterRoleSelectorsItem) V1AggregationRule.clusterRoleSelectors
(List<V1LabelSelector> clusterRoleSelectors) static V1AggregationRule
Create an instance of V1AggregationRule given an JSON stringV1ClusterRole.getAggregationRule()
Get aggregationRuleMethods in io.kubernetes.client.openapi.models with parameters of type V1AggregationRuleModifier and TypeMethodDescriptionV1ClusterRole.aggregationRule
(V1AggregationRule aggregationRule) void
V1ClusterRole.setAggregationRule
(V1AggregationRule aggregationRule)