Package io.fabric8.kubernetes.api.model
Class ResourceQuotaBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ResourceQuotaFluent<ResourceQuotaBuilder>
-
- io.fabric8.kubernetes.api.model.ResourceQuotaBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ResourceQuota>
,io.fabric8.kubernetes.api.builder.Visitable<ResourceQuotaBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<ResourceQuota,ResourceQuotaBuilder>
public class ResourceQuotaBuilder extends ResourceQuotaFluent<ResourceQuotaBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ResourceQuota,ResourceQuotaBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ResourceQuotaFluent
ResourceQuotaFluent.MetadataNested<N>, ResourceQuotaFluent.SpecNested<N>, ResourceQuotaFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description ResourceQuotaBuilder()
ResourceQuotaBuilder(ResourceQuota instance)
ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent)
ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, ResourceQuota instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceQuota
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ResourceQuotaFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ResourceQuotaBuilder
public ResourceQuotaBuilder()
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent)
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuotaFluent<?> fluent, ResourceQuota instance)
-
ResourceQuotaBuilder
public ResourceQuotaBuilder(ResourceQuota instance)
-
-
Method Detail
-
build
public ResourceQuota build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<ResourceQuota>
-
-