Uses of Class
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule
Packages that use V1beta1ResourcePolicyRule
-
Uses of V1beta1ResourcePolicyRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta1ResourcePolicyRule.addApiGroupsItem(String apiGroupsItem) V1beta1ResourcePolicyRule.addNamespacesItem(String namespacesItem) V1beta1ResourcePolicyRule.addResourcesItem(String resourcesItem) V1beta1ResourcePolicyRule.addVerbsItem(String verbsItem) V1beta1ResourcePolicyRule.clusterScope(Boolean clusterScope) V1beta1ResourcePolicyRule.namespaces(List<String> namespaces) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta1PolicyRulesWithSubjects.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 V1beta1ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta1PolicyRulesWithSubjects.addResourceRulesItem(V1beta1ResourcePolicyRule resourceRulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta1PolicyRulesWithSubjects.resourceRules(List<V1beta1ResourcePolicyRule> resourceRules) voidV1beta1PolicyRulesWithSubjects.setResourceRules(List<V1beta1ResourcePolicyRule> resourceRules)