Uses of Class
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule
Packages that use V1beta2NonResourcePolicyRule
-
Uses of V1beta2NonResourcePolicyRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta2NonResourcePolicyRule.addNonResourceURLsItem
(String nonResourceURLsItem) V1beta2NonResourcePolicyRule.addVerbsItem
(String verbsItem) V1beta2NonResourcePolicyRule.nonResourceURLs
(List<String> nonResourceURLs) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta2PolicyRulesWithSubjects.getNonResourceRules()
`nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta2PolicyRulesWithSubjects.addNonResourceRulesItem
(V1beta2NonResourcePolicyRule nonResourceRulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta2PolicyRulesWithSubjects.nonResourceRules
(List<V1beta2NonResourcePolicyRule> nonResourceRules) void
V1beta2PolicyRulesWithSubjects.setNonResourceRules
(List<V1beta2NonResourcePolicyRule> nonResourceRules)