Uses of Class
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule
Packages that use V1beta2ResourcePolicyRule
-
Uses of V1beta2ResourcePolicyRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta2ResourcePolicyRule.addApiGroupsItem(String apiGroupsItem) V1beta2ResourcePolicyRule.addNamespacesItem(String namespacesItem) V1beta2ResourcePolicyRule.addResourcesItem(String resourcesItem) V1beta2ResourcePolicyRule.addVerbsItem(String verbsItem) V1beta2ResourcePolicyRule.clusterScope(Boolean clusterScope) V1beta2ResourcePolicyRule.namespaces(List<String> namespaces) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta2PolicyRulesWithSubjects.getResourceRules()`resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta2PolicyRulesWithSubjects.addResourceRulesItem(V1beta2ResourcePolicyRule resourceRulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta2PolicyRulesWithSubjects.resourceRules(List<V1beta2ResourcePolicyRule> resourceRules) voidV1beta2PolicyRulesWithSubjects.setResourceRules(List<V1beta2ResourcePolicyRule> resourceRules)