| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSpec |
DeploymentSpecBuilder.build() |
DeploymentSpec |
DeploymentFluentImpl.buildSpec() |
DeploymentSpec |
DeploymentFluent.buildSpec() |
DeploymentSpec |
DeploymentFluentImpl.getSpec()
Deprecated.
|
DeploymentSpec |
DeploymentFluent.getSpec()
Deprecated.
|
DeploymentSpec |
Deployment.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentFluent.SpecNested<A> |
DeploymentFluentImpl.editOrNewSpecLike(DeploymentSpec item) |
DeploymentFluent.SpecNested<A> |
DeploymentFluent.editOrNewSpecLike(DeploymentSpec item) |
void |
Deployment.setSpec(DeploymentSpec spec) |
DeploymentFluent.SpecNested<A> |
DeploymentFluentImpl.withNewSpecLike(DeploymentSpec item) |
DeploymentFluent.SpecNested<A> |
DeploymentFluent.withNewSpecLike(DeploymentSpec item) |
A |
DeploymentFluentImpl.withSpec(DeploymentSpec spec) |
A |
DeploymentFluent.withSpec(DeploymentSpec spec) |
| Constructor and Description |
|---|
Deployment(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
DeploymentSpec spec,
DeploymentStatus status) |
DeploymentSpecBuilder(DeploymentSpec instance) |
DeploymentSpecBuilder(DeploymentSpec instance,
Boolean validationEnabled) |
DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent,
DeploymentSpec instance) |
DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent,
DeploymentSpec instance,
Boolean validationEnabled) |
DeploymentSpecFluentImpl(DeploymentSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.