Uses of Class
io.kubernetes.client.openapi.models.V1NonResourcePolicyRule
Packages that use V1NonResourcePolicyRule
-
Uses of V1NonResourcePolicyRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NonResourcePolicyRuleModifier and TypeMethodDescriptionV1NonResourcePolicyRule.addNonResourceURLsItem
(String nonResourceURLsItem) V1NonResourcePolicyRule.addVerbsItem
(String verbsItem) static V1NonResourcePolicyRule
Create an instance of V1NonResourcePolicyRule given an JSON stringV1NonResourcePolicyRule.nonResourceURLs
(List<String> nonResourceURLs) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1NonResourcePolicyRuleModifier and TypeMethodDescriptionV1PolicyRulesWithSubjects.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 V1NonResourcePolicyRuleModifier and TypeMethodDescriptionV1PolicyRulesWithSubjects.addNonResourceRulesItem
(V1NonResourcePolicyRule nonResourceRulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1NonResourcePolicyRuleModifier and TypeMethodDescriptionV1PolicyRulesWithSubjects.nonResourceRules
(List<V1NonResourcePolicyRule> nonResourceRules) void
V1PolicyRulesWithSubjects.setNonResourceRules
(List<V1NonResourcePolicyRule> nonResourceRules)