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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceQuotabuild()booleanequals(Object o)inthashCode()-
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, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ResourceQuotaBuilder
public ResourceQuotaBuilder()
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(Boolean validationEnabled)
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent)
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, Boolean validationEnabled)
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, ResourceQuota instance)
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, ResourceQuota instance, Boolean validationEnabled)
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuota instance)
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuota instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public ResourceQuota build()
- Specified by:
buildin interfaceBuilder<ResourceQuota>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classResourceQuotaFluentImpl<ResourceQuotaBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classResourceQuotaFluentImpl<ResourceQuotaBuilder>
-
-