Uses of Class
io.kubernetes.client.openapi.models.V1beta3ResourcePolicyRule
Packages that use V1beta3ResourcePolicyRule
-
Uses of V1beta3ResourcePolicyRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta3ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta3ResourcePolicyRule.addApiGroupsItem(String apiGroupsItem) V1beta3ResourcePolicyRule.addNamespacesItem(String namespacesItem) V1beta3ResourcePolicyRule.addResourcesItem(String resourcesItem) V1beta3ResourcePolicyRule.addVerbsItem(String verbsItem) V1beta3ResourcePolicyRule.clusterScope(Boolean clusterScope) static V1beta3ResourcePolicyRuleCreate an instance of V1beta3ResourcePolicyRule given an JSON stringV1beta3ResourcePolicyRule.namespaces(List<String> namespaces) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta3ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta3PolicyRulesWithSubjects.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 V1beta3ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta3PolicyRulesWithSubjects.addResourceRulesItem(V1beta3ResourcePolicyRule resourceRulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta3ResourcePolicyRuleModifier and TypeMethodDescriptionV1beta3PolicyRulesWithSubjects.resourceRules(List<V1beta3ResourcePolicyRule> resourceRules) voidV1beta3PolicyRulesWithSubjects.setResourceRules(List<V1beta3ResourcePolicyRule> resourceRules)