Uses of Class
io.kubernetes.client.openapi.models.V1beta2PolicyRulesWithSubjects
Packages that use V1beta2PolicyRulesWithSubjects
-
Uses of V1beta2PolicyRulesWithSubjects in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta2PolicyRulesWithSubjects.addNonResourceRulesItem(V1beta2NonResourcePolicyRule nonResourceRulesItem) V1beta2PolicyRulesWithSubjects.addResourceRulesItem(V1beta2ResourcePolicyRule resourceRulesItem) V1beta2PolicyRulesWithSubjects.addSubjectsItem(V1beta2Subject subjectsItem) V1beta2PolicyRulesWithSubjects.nonResourceRules(List<V1beta2NonResourcePolicyRule> nonResourceRules) V1beta2PolicyRulesWithSubjects.resourceRules(List<V1beta2ResourcePolicyRule> resourceRules) V1beta2PolicyRulesWithSubjects.subjects(List<V1beta2Subject> subjects) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta2FlowSchemaSpec.getRules()`rules` describes which requests will match this flow schema.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta2FlowSchemaSpec.addRulesItem(V1beta2PolicyRulesWithSubjects rulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta2FlowSchemaSpec.rules(List<V1beta2PolicyRulesWithSubjects> rules) voidV1beta2FlowSchemaSpec.setRules(List<V1beta2PolicyRulesWithSubjects> rules)