Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1DeploymentSpec |
V1DeploymentSpecBuilder.build() |
V1DeploymentSpec |
V1DeploymentFluent.buildSpec() |
V1DeploymentSpec |
V1DeploymentFluentImpl.buildSpec() |
V1DeploymentSpec |
V1DeploymentFluent.getSpec()
Deprecated.
|
V1DeploymentSpec |
V1DeploymentFluentImpl.getSpec()
Deprecated.
|
V1DeploymentSpec |
V1Deployment.getSpec()
Get spec
|
V1DeploymentSpec |
V1DeploymentSpec.minReadySeconds(Integer minReadySeconds) |
V1DeploymentSpec |
V1DeploymentSpec.paused(Boolean paused) |
V1DeploymentSpec |
V1DeploymentSpec.progressDeadlineSeconds(Integer progressDeadlineSeconds) |
V1DeploymentSpec |
V1DeploymentSpec.replicas(Integer replicas) |
V1DeploymentSpec |
V1DeploymentSpec.revisionHistoryLimit(Integer revisionHistoryLimit) |
V1DeploymentSpec |
V1DeploymentSpec.selector(V1LabelSelector selector) |
V1DeploymentSpec |
V1DeploymentSpec.strategy(V1DeploymentStrategy strategy) |
V1DeploymentSpec |
V1DeploymentSpec.template(V1PodTemplateSpec template) |
Modifier and Type | Method and Description |
---|---|
V1DeploymentFluent.SpecNested<A> |
V1DeploymentFluent.editOrNewSpecLike(V1DeploymentSpec item) |
V1DeploymentFluent.SpecNested<A> |
V1DeploymentFluentImpl.editOrNewSpecLike(V1DeploymentSpec item) |
void |
V1Deployment.setSpec(V1DeploymentSpec spec) |
V1Deployment |
V1Deployment.spec(V1DeploymentSpec spec) |
V1DeploymentFluent.SpecNested<A> |
V1DeploymentFluent.withNewSpecLike(V1DeploymentSpec item) |
V1DeploymentFluent.SpecNested<A> |
V1DeploymentFluentImpl.withNewSpecLike(V1DeploymentSpec item) |
A |
V1DeploymentFluent.withSpec(V1DeploymentSpec spec) |
A |
V1DeploymentFluentImpl.withSpec(V1DeploymentSpec spec) |
Constructor and Description |
---|
V1DeploymentSpecBuilder(V1DeploymentSpec instance) |
V1DeploymentSpecBuilder(V1DeploymentSpec instance,
Boolean validationEnabled) |
V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent,
V1DeploymentSpec instance) |
V1DeploymentSpecBuilder(V1DeploymentSpecFluent<?> fluent,
V1DeploymentSpec instance,
Boolean validationEnabled) |
V1DeploymentSpecFluentImpl(V1DeploymentSpec instance) |
Copyright © 2020. All rights reserved.