Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1.ServiceAccountSubject
-
Packages that use ServiceAccountSubject Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1 -
-
Uses of ServiceAccountSubject in io.fabric8.kubernetes.api.model.flowcontrol.v1
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 that return ServiceAccountSubject Modifier and Type Method Description ServiceAccountSubjectServiceAccountSubjectBuilder. build()ServiceAccountSubjectSubjectFluent. buildServiceAccount()ServiceAccountSubjectSubject. getServiceAccount()Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 with parameters of type ServiceAccountSubject Modifier and Type Method Description protected voidServiceAccountSubjectFluent. copyInstance(ServiceAccountSubject instance)SubjectFluent.ServiceAccountNested<A>SubjectFluent. editOrNewServiceAccountLike(ServiceAccountSubject item)voidSubject. setServiceAccount(ServiceAccountSubject serviceAccount)SubjectFluent.ServiceAccountNested<A>SubjectFluent. withNewServiceAccountLike(ServiceAccountSubject item)ASubjectFluent. withServiceAccount(ServiceAccountSubject serviceAccount)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1 with parameters of type ServiceAccountSubject Constructor Description ServiceAccountSubjectBuilder(ServiceAccountSubject instance)ServiceAccountSubjectBuilder(ServiceAccountSubjectFluent<?> fluent, ServiceAccountSubject instance)ServiceAccountSubjectFluent(ServiceAccountSubject instance)Subject(GroupSubject group, String kind, ServiceAccountSubject serviceAccount, UserSubject user)
-