Uses of Class
io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects
Packages that use V1beta1PolicyRulesWithSubjects
-
Uses of V1beta1PolicyRulesWithSubjects in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta1PolicyRulesWithSubjects.addNonResourceRulesItem(V1beta1NonResourcePolicyRule nonResourceRulesItem) V1beta1PolicyRulesWithSubjects.addResourceRulesItem(V1beta1ResourcePolicyRule resourceRulesItem) V1beta1PolicyRulesWithSubjects.addSubjectsItem(V1beta1Subject subjectsItem) V1beta1PolicyRulesWithSubjects.nonResourceRules(List<V1beta1NonResourcePolicyRule> nonResourceRules) V1beta1PolicyRulesWithSubjects.resourceRules(List<V1beta1ResourcePolicyRule> resourceRules) V1beta1PolicyRulesWithSubjects.subjects(List<V1beta1Subject> subjects) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta1FlowSchemaSpec.getRules()`rules` describes which requests will match this flow schema.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta1FlowSchemaSpec.addRulesItem(V1beta1PolicyRulesWithSubjects rulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1PolicyRulesWithSubjectsModifier and TypeMethodDescriptionV1beta1FlowSchemaSpec.rules(List<V1beta1PolicyRulesWithSubjects> rules) voidV1beta1FlowSchemaSpec.setRules(List<V1beta1PolicyRulesWithSubjects> rules)