Class V1ResourceQuotaBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ResourceQuotaFluentImpl<V1ResourceQuotaBuilder>
io.kubernetes.client.openapi.models.V1ResourceQuotaBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ResourceQuota>
,Fluent<V1ResourceQuotaBuilder>
,Visitable<V1ResourceQuotaBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ResourceQuota,
,V1ResourceQuotaBuilder> V1ResourceQuotaFluent<V1ResourceQuotaBuilder>
public class V1ResourceQuotaBuilder
extends V1ResourceQuotaFluentImpl<V1ResourceQuotaBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ResourceQuota,V1ResourceQuotaBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ResourceQuotaFluent
V1ResourceQuotaFluent.MetadataNested<N>, V1ResourceQuotaFluent.SpecNested<N>, V1ResourceQuotaFluent.StatusNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ResourceQuotaBuilder
(io.kubernetes.client.openapi.models.V1ResourceQuota instance) V1ResourceQuotaBuilder
(V1ResourceQuotaFluent<?> fluent) V1ResourceQuotaBuilder
(V1ResourceQuotaFluent<?> fluent, io.kubernetes.client.openapi.models.V1ResourceQuota instance) V1ResourceQuotaBuilder
(V1ResourceQuotaFluent<?> fluent, io.kubernetes.client.openapi.models.V1ResourceQuota instance, Boolean validationEnabled) V1ResourceQuotaBuilder
(V1ResourceQuotaFluent<?> fluent, Boolean validationEnabled) V1ResourceQuotaBuilder
(io.kubernetes.client.openapi.models.V1ResourceQuota instance, Boolean validationEnabled) V1ResourceQuotaBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1ResourceQuotaFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, toString, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ResourceQuotaBuilder
public V1ResourceQuotaBuilder() -
V1ResourceQuotaBuilder
-
V1ResourceQuotaBuilder
-
V1ResourceQuotaBuilder
-
V1ResourceQuotaBuilder
public V1ResourceQuotaBuilder(V1ResourceQuotaFluent<?> fluent, io.kubernetes.client.openapi.models.V1ResourceQuota instance) -
V1ResourceQuotaBuilder
public V1ResourceQuotaBuilder(V1ResourceQuotaFluent<?> fluent, io.kubernetes.client.openapi.models.V1ResourceQuota instance, Boolean validationEnabled) -
V1ResourceQuotaBuilder
public V1ResourceQuotaBuilder(io.kubernetes.client.openapi.models.V1ResourceQuota instance) -
V1ResourceQuotaBuilder
public V1ResourceQuotaBuilder(io.kubernetes.client.openapi.models.V1ResourceQuota instance, Boolean validationEnabled)
-
-
Method Details