Package io.fabric8.kubernetes.api.model
Class ResourceQuotaBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ResourceQuotaFluentImpl<ResourceQuotaBuilder>
io.fabric8.kubernetes.api.model.ResourceQuotaBuilder
- All Implemented Interfaces:
Builder<ResourceQuota>,Fluent<ResourceQuotaBuilder>,Visitable<ResourceQuotaBuilder>,VisitableBuilder<ResourceQuota,ResourceQuotaBuilder>,ResourceQuotaFluent<ResourceQuotaBuilder>
public class ResourceQuotaBuilder extends ResourceQuotaFluentImpl<ResourceQuotaBuilder> implements VisitableBuilder<ResourceQuota,ResourceQuotaBuilder>
-
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 ResourceQuotaBuilder()ResourceQuotaBuilder(ResourceQuota instance)ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent)ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, ResourceQuota instance)ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, ResourceQuota instance, Boolean validationEnabled)ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, Boolean validationEnabled)ResourceQuotaBuilder(ResourceQuota instance, Boolean validationEnabled)ResourceQuotaBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description ResourceQuotabuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.ResourceQuotaFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, 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, withStatusMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
ResourceQuotaBuilder
public ResourceQuotaBuilder() -
ResourceQuotaBuilder
-
ResourceQuotaBuilder
-
ResourceQuotaBuilder
-
ResourceQuotaBuilder
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, ResourceQuota instance, Boolean validationEnabled) -
ResourceQuotaBuilder
-
ResourceQuotaBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<ResourceQuota>
-
equals
- Overrides:
equalsin classResourceQuotaFluentImpl<ResourceQuotaBuilder>
-