Uses of Class
io.kubernetes.client.openapi.models.V1ResourcePolicyRule
Packages that use V1ResourcePolicyRule
-
Uses of V1ResourcePolicyRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ResourcePolicyRuleModifier and TypeMethodDescriptionV1ResourcePolicyRule.addApiGroupsItem
(String apiGroupsItem) V1ResourcePolicyRule.addNamespacesItem
(String namespacesItem) V1ResourcePolicyRule.addResourcesItem
(String resourcesItem) V1ResourcePolicyRule.addVerbsItem
(String verbsItem) V1ResourcePolicyRule.clusterScope
(Boolean clusterScope) static V1ResourcePolicyRule
Create an instance of V1ResourcePolicyRule given an JSON stringV1ResourcePolicyRule.namespaces
(List<String> namespaces) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ResourcePolicyRuleModifier and TypeMethodDescriptionV1PolicyRulesWithSubjects.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 V1ResourcePolicyRuleModifier and TypeMethodDescriptionV1PolicyRulesWithSubjects.addResourceRulesItem
(V1ResourcePolicyRule resourceRulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ResourcePolicyRuleModifier and TypeMethodDescriptionV1PolicyRulesWithSubjects.resourceRules
(List<V1ResourcePolicyRule> resourceRules) void
V1PolicyRulesWithSubjects.setResourceRules
(List<V1ResourcePolicyRule> resourceRules)