Uses of Class
io.kubernetes.client.openapi.models.V1beta3PolicyRulesWithSubjects
Packages that use V1beta3PolicyRulesWithSubjects
-
Uses of V1beta3PolicyRulesWithSubjects in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta3PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta3PolicyRulesWithSubjects.addNonResourceRulesItem(V1beta3NonResourcePolicyRule nonResourceRulesItem) V1beta3PolicyRulesWithSubjects.addResourceRulesItem(V1beta3ResourcePolicyRule resourceRulesItem) V1beta3PolicyRulesWithSubjects.addSubjectsItem(V1beta3Subject subjectsItem) Create an instance of V1beta3PolicyRulesWithSubjects given an JSON stringV1beta3PolicyRulesWithSubjects.nonResourceRules(List<V1beta3NonResourcePolicyRule> nonResourceRules) V1beta3PolicyRulesWithSubjects.resourceRules(List<V1beta3ResourcePolicyRule> resourceRules) V1beta3PolicyRulesWithSubjects.subjects(List<V1beta3Subject> subjects) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta3PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta3FlowSchemaSpec.getRules()`rules` describes which requests will match this flow schema.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta3PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta3FlowSchemaSpec.addRulesItem(V1beta3PolicyRulesWithSubjects rulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta3PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta3FlowSchemaSpec.rules(List<V1beta3PolicyRulesWithSubjects> rules) voidV1beta3FlowSchemaSpec.setRules(List<V1beta3PolicyRulesWithSubjects> rules)