Uses of Class
io.kubernetes.client.openapi.models.FlowcontrolV1Subject
Packages that use FlowcontrolV1Subject
-
Uses of FlowcontrolV1Subject in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return FlowcontrolV1SubjectModifier and TypeMethodDescriptionstatic FlowcontrolV1Subject
Create an instance of FlowcontrolV1Subject given an JSON stringFlowcontrolV1Subject.group
(V1GroupSubject group) FlowcontrolV1Subject.serviceAccount
(V1ServiceAccountSubject serviceAccount) FlowcontrolV1Subject.user
(V1UserSubject user) Methods in io.kubernetes.client.openapi.models that return types with arguments of type FlowcontrolV1SubjectModifier and TypeMethodDescriptionV1PolicyRulesWithSubjects.getSubjects()
subjects is the list of normal user, serviceaccount, or group that this rule cares about.Methods in io.kubernetes.client.openapi.models with parameters of type FlowcontrolV1SubjectModifier and TypeMethodDescriptionV1PolicyRulesWithSubjects.addSubjectsItem
(FlowcontrolV1Subject subjectsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type FlowcontrolV1SubjectModifier and TypeMethodDescriptionvoid
V1PolicyRulesWithSubjects.setSubjects
(List<FlowcontrolV1Subject> subjects) V1PolicyRulesWithSubjects.subjects
(List<FlowcontrolV1Subject> subjects)