Uses of Class
io.kubernetes.client.openapi.models.V1beta3NonResourcePolicyRule
Packages that use V1beta3NonResourcePolicyRule
-
Uses of V1beta3NonResourcePolicyRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta3NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta3NonResourcePolicyRule.addNonResourceURLsItem(String nonResourceURLsItem) V1beta3NonResourcePolicyRule.addVerbsItem(String verbsItem) static V1beta3NonResourcePolicyRuleCreate an instance of V1beta3NonResourcePolicyRule given an JSON stringV1beta3NonResourcePolicyRule.nonResourceURLs(List<String> nonResourceURLs) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta3NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta3PolicyRulesWithSubjects.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 V1beta3NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta3PolicyRulesWithSubjects.addNonResourceRulesItem(V1beta3NonResourcePolicyRule nonResourceRulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta3NonResourcePolicyRuleModifier and TypeMethodDescriptionV1beta3PolicyRulesWithSubjects.nonResourceRules(List<V1beta3NonResourcePolicyRule> nonResourceRules) voidV1beta3PolicyRulesWithSubjects.setNonResourceRules(List<V1beta3NonResourcePolicyRule> nonResourceRules)