Uses of Class
io.fabric8.openshift.api.model.ServiceAccountRestriction
-
Packages that use ServiceAccountRestriction Package Description io.fabric8.openshift.api.model -
-
Uses of ServiceAccountRestriction in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ServiceAccountRestriction Modifier and Type Method Description ServiceAccountRestrictionServiceAccountRestrictionBuilder. build()ServiceAccountRestrictionRoleBindingRestrictionSpecFluent. buildServiceaccountrestriction()ServiceAccountRestrictionRoleBindingRestrictionSpec. getServiceaccountrestriction()RoleBindingRestrictionSpec defines a rolebinding restriction.Methods in io.fabric8.openshift.api.model with parameters of type ServiceAccountRestriction Modifier and Type Method Description protected voidServiceAccountRestrictionFluent. copyInstance(ServiceAccountRestriction instance)RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A>RoleBindingRestrictionSpecFluent. editOrNewServiceaccountrestrictionLike(ServiceAccountRestriction item)voidRoleBindingRestrictionSpec. setServiceaccountrestriction(ServiceAccountRestriction serviceaccountrestriction)RoleBindingRestrictionSpec defines a rolebinding restriction.RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A>RoleBindingRestrictionSpecFluent. withNewServiceaccountrestrictionLike(ServiceAccountRestriction item)ARoleBindingRestrictionSpecFluent. withServiceaccountrestriction(ServiceAccountRestriction serviceaccountrestriction)Constructors in io.fabric8.openshift.api.model with parameters of type ServiceAccountRestriction Constructor Description RoleBindingRestrictionSpec(GroupRestriction grouprestriction, ServiceAccountRestriction serviceaccountrestriction, UserRestriction userrestriction)ServiceAccountRestrictionBuilder(ServiceAccountRestriction instance)ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent, ServiceAccountRestriction instance)ServiceAccountRestrictionFluent(ServiceAccountRestriction instance)
-