Uses of Class
io.kubernetes.client.openapi.models.V1PolicyRulesWithSubjects
Packages that use V1PolicyRulesWithSubjects
-
Uses of V1PolicyRulesWithSubjects in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1PolicyRulesWithSubjects.addNonResourceRulesItem
(V1NonResourcePolicyRule nonResourceRulesItem) V1PolicyRulesWithSubjects.addResourceRulesItem
(V1ResourcePolicyRule resourceRulesItem) V1PolicyRulesWithSubjects.addSubjectsItem
(FlowcontrolV1Subject subjectsItem) static V1PolicyRulesWithSubjects
Create an instance of V1PolicyRulesWithSubjects given an JSON stringV1PolicyRulesWithSubjects.nonResourceRules
(List<V1NonResourcePolicyRule> nonResourceRules) V1PolicyRulesWithSubjects.resourceRules
(List<V1ResourcePolicyRule> resourceRules) V1PolicyRulesWithSubjects.subjects
(List<FlowcontrolV1Subject> subjects) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1FlowSchemaSpec.getRules()
`rules` describes which requests will match this flow schema.Methods in io.kubernetes.client.openapi.models with parameters of type V1PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1FlowSchemaSpec.addRulesItem
(V1PolicyRulesWithSubjects rulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1FlowSchemaSpec.rules
(List<V1PolicyRulesWithSubjects> rules) void
V1FlowSchemaSpec.setRules
(List<V1PolicyRulesWithSubjects> rules)