Package io.fabric8.openshift.api.model
Class DoneableServiceAccountRestriction
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ServiceAccountRestrictionFluentImpl<DoneableServiceAccountRestriction>
io.fabric8.openshift.api.model.DoneableServiceAccountRestriction
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableServiceAccountRestriction>,io.fabric8.kubernetes.api.builder.Visitable<DoneableServiceAccountRestriction>,io.fabric8.kubernetes.api.model.Doneable<ServiceAccountRestriction>,ServiceAccountRestrictionFluent<DoneableServiceAccountRestriction>
public class DoneableServiceAccountRestriction extends ServiceAccountRestrictionFluentImpl<DoneableServiceAccountRestriction> implements io.fabric8.kubernetes.api.model.Doneable<ServiceAccountRestriction>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ServiceAccountRestrictionFluentImpl
ServiceAccountRestrictionFluentImpl.ServiceaccountsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.ServiceAccountRestrictionFluent
ServiceAccountRestrictionFluent.ServiceaccountsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableServiceAccountRestriction(io.fabric8.kubernetes.api.builder.Function<ServiceAccountRestriction,ServiceAccountRestriction> function)DoneableServiceAccountRestriction(ServiceAccountRestriction item)DoneableServiceAccountRestriction(ServiceAccountRestriction item, io.fabric8.kubernetes.api.builder.Function<ServiceAccountRestriction,ServiceAccountRestriction> function) -
Method Summary
Modifier and Type Method Description ServiceAccountRestrictiondone()Methods inherited from class io.fabric8.openshift.api.model.ServiceAccountRestrictionFluentImpl
addAllToNamespaces, addAllToServiceaccounts, addNewNamespace, addNewNamespace, addNewNamespace, addNewServiceaccount, addNewServiceaccount, addNewServiceaccountLike, addToNamespaces, addToNamespaces, addToServiceaccounts, addToServiceaccounts, buildFirstServiceaccount, buildLastServiceaccount, buildMatchingServiceaccount, buildServiceaccount, buildServiceaccounts, editFirstServiceaccount, editLastServiceaccount, editMatchingServiceaccount, editServiceaccount, equals, getFirstNamespace, getLastNamespace, getMatchingNamespace, getNamespace, getNamespaces, getServiceaccounts, hasMatchingNamespace, hasMatchingServiceaccount, hasNamespaces, hasServiceaccounts, removeAllFromNamespaces, removeAllFromServiceaccounts, removeFromNamespaces, removeFromServiceaccounts, removeMatchingFromServiceaccounts, setNewServiceaccountLike, setToNamespaces, setToServiceaccounts, withNamespaces, withNamespaces, withServiceaccounts, withServiceaccounts
-
Constructor Details
-
DoneableServiceAccountRestriction
public DoneableServiceAccountRestriction(io.fabric8.kubernetes.api.builder.Function<ServiceAccountRestriction,ServiceAccountRestriction> function) -
DoneableServiceAccountRestriction
public DoneableServiceAccountRestriction(ServiceAccountRestriction item, io.fabric8.kubernetes.api.builder.Function<ServiceAccountRestriction,ServiceAccountRestriction> function) -
DoneableServiceAccountRestriction
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ServiceAccountRestriction>
-