Uses of Class
io.fabric8.openshift.api.model.ServiceAccountReference
| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
-
Uses of ServiceAccountReference in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ServiceAccountReference Modifier and Type Method Description ServiceAccountReferenceServiceAccountReferenceBuilder. build()ServiceAccountReferenceServiceAccountRestrictionFluent. buildFirstServiceaccount()ServiceAccountReferenceServiceAccountRestrictionFluentImpl. buildFirstServiceaccount()ServiceAccountReferenceServiceAccountRestrictionFluent. buildLastServiceaccount()ServiceAccountReferenceServiceAccountRestrictionFluentImpl. buildLastServiceaccount()ServiceAccountReferenceServiceAccountRestrictionFluent. buildMatchingServiceaccount(io.fabric8.kubernetes.api.builder.Predicate<ServiceAccountReferenceBuilder> predicate)ServiceAccountReferenceServiceAccountRestrictionFluentImpl. buildMatchingServiceaccount(io.fabric8.kubernetes.api.builder.Predicate<ServiceAccountReferenceBuilder> predicate)ServiceAccountReferenceServiceAccountRestrictionFluent. buildServiceaccount(int index)ServiceAccountReferenceServiceAccountRestrictionFluentImpl. buildServiceaccount(int index)ServiceAccountReferenceDoneableServiceAccountReference. done()Methods in io.fabric8.openshift.api.model that return types with arguments of type ServiceAccountReference Modifier and Type Method Description List<ServiceAccountReference>ServiceAccountRestrictionFluent. buildServiceaccounts()List<ServiceAccountReference>ServiceAccountRestrictionFluentImpl. buildServiceaccounts()List<ServiceAccountReference>ServiceAccountRestriction. getServiceaccounts()List<ServiceAccountReference>ServiceAccountRestrictionFluent. getServiceaccounts()Deprecated.List<ServiceAccountReference>ServiceAccountRestrictionFluentImpl. getServiceaccounts()Deprecated.Method parameters in io.fabric8.openshift.api.model with type arguments of type ServiceAccountReference Modifier and Type Method Description AServiceAccountRestrictionFluent. addAllToServiceaccounts(Collection<ServiceAccountReference> items)AServiceAccountRestrictionFluentImpl. addAllToServiceaccounts(Collection<ServiceAccountReference> items)AServiceAccountRestrictionFluent. removeAllFromServiceaccounts(Collection<ServiceAccountReference> items)AServiceAccountRestrictionFluentImpl. removeAllFromServiceaccounts(Collection<ServiceAccountReference> items)voidServiceAccountRestriction. setServiceaccounts(List<ServiceAccountReference> serviceaccounts)AServiceAccountRestrictionFluent. withServiceaccounts(List<ServiceAccountReference> serviceaccounts)AServiceAccountRestrictionFluentImpl. withServiceaccounts(List<ServiceAccountReference> serviceaccounts)Constructors in io.fabric8.openshift.api.model with parameters of type ServiceAccountReference Constructor Description DoneableServiceAccountReference(ServiceAccountReference item)DoneableServiceAccountReference(ServiceAccountReference item, io.fabric8.kubernetes.api.builder.Function<ServiceAccountReference,ServiceAccountReference> function)ServiceAccountReferenceBuilder(ServiceAccountReference instance)ServiceAccountReferenceBuilder(ServiceAccountReferenceFluent<?> fluent, ServiceAccountReference instance)ServiceAccountReferenceBuilder(ServiceAccountReferenceFluent<?> fluent, ServiceAccountReference instance, Boolean validationEnabled)ServiceAccountReferenceBuilder(ServiceAccountReference instance, Boolean validationEnabled)ServiceAccountReferenceFluentImpl(ServiceAccountReference instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ServiceAccountReference Constructor Description DoneableServiceAccountReference(io.fabric8.kubernetes.api.builder.Function<ServiceAccountReference,ServiceAccountReference> function)DoneableServiceAccountReference(io.fabric8.kubernetes.api.builder.Function<ServiceAccountReference,ServiceAccountReference> function)DoneableServiceAccountReference(ServiceAccountReference item, io.fabric8.kubernetes.api.builder.Function<ServiceAccountReference,ServiceAccountReference> function)DoneableServiceAccountReference(ServiceAccountReference item, io.fabric8.kubernetes.api.builder.Function<ServiceAccountReference,ServiceAccountReference> function)