Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.GroupSubject
-
Packages that use GroupSubject Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 -
-
Uses of GroupSubject in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 that return GroupSubject Modifier and Type Method Description GroupSubjectGroupSubjectBuilder. build()GroupSubjectSubjectFluent. buildGroup()GroupSubjectSubject. getGroup()Subject matches the originator of a request, as identified by the request authentication system.Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 with parameters of type GroupSubject Modifier and Type Method Description protected voidGroupSubjectFluent. copyInstance(GroupSubject instance)SubjectFluent.GroupNested<A>SubjectFluent. editOrNewGroupLike(GroupSubject item)voidSubject. setGroup(GroupSubject group)Subject matches the originator of a request, as identified by the request authentication system.ASubjectFluent. withGroup(GroupSubject group)SubjectFluent.GroupNested<A>SubjectFluent. withNewGroupLike(GroupSubject item)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 with parameters of type GroupSubject Constructor Description GroupSubjectBuilder(GroupSubject instance)GroupSubjectBuilder(GroupSubjectFluent<?> fluent, GroupSubject instance)GroupSubjectFluent(GroupSubject instance)Subject(GroupSubject group, String kind, ServiceAccountSubject serviceAccount, UserSubject user)
-