Package io.fabric8.kubernetes.api.model
Class DoneableResourceQuota
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ResourceQuotaFluentImpl<DoneableResourceQuota>
io.fabric8.kubernetes.api.model.DoneableResourceQuota
- All Implemented Interfaces:
Fluent<DoneableResourceQuota>,Visitable<DoneableResourceQuota>,Doneable<ResourceQuota>,ResourceQuotaFluent<DoneableResourceQuota>
public class DoneableResourceQuota extends ResourceQuotaFluentImpl<DoneableResourceQuota> implements Doneable<ResourceQuota>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ResourceQuotaFluentImpl
ResourceQuotaFluentImpl.MetadataNestedImpl<N>, ResourceQuotaFluentImpl.SpecNestedImpl<N>, ResourceQuotaFluentImpl.StatusNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ResourceQuotaFluent
ResourceQuotaFluent.MetadataNested<N>, ResourceQuotaFluent.SpecNested<N>, ResourceQuotaFluent.StatusNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableResourceQuota(Function<ResourceQuota,ResourceQuota> function)DoneableResourceQuota(ResourceQuota item)DoneableResourceQuota(ResourceQuota item, Function<ResourceQuota,ResourceQuota> function) -
Method Summary
Modifier and Type Method Description ResourceQuotadone()Methods inherited from class io.fabric8.kubernetes.api.model.ResourceQuotaFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ResourceQuota>
-