Uses of Class
io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule
Packages that use V1beta1NonResourcePolicyRule
-
Uses of V1beta1NonResourcePolicyRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta1NonResourcePolicyRule.addNonResourceURLsItem
(String nonResourceURLsItem) V1beta1NonResourcePolicyRule.addVerbsItem
(String verbsItem) V1beta1NonResourcePolicyRule.nonResourceURLs
(List<String> nonResourceURLs) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta1PolicyRulesWithSubjects.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 V1beta1NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta1PolicyRulesWithSubjects.addNonResourceRulesItem
(V1beta1NonResourcePolicyRule nonResourceRulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta1PolicyRulesWithSubjects.nonResourceRules
(List<V1beta1NonResourcePolicyRule> nonResourceRules) void
V1beta1PolicyRulesWithSubjects.setNonResourceRules
(List<V1beta1NonResourcePolicyRule> nonResourceRules)