| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSpec |
DeploymentSpecBuilder.build() |
DeploymentSpec |
DeploymentFluent.buildSpec() |
DeploymentSpec |
Deployment.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeploymentSpecFluent.copyInstance(DeploymentSpec instance) |
DeploymentFluent.SpecNested<A> |
DeploymentFluent.editOrNewSpecLike(DeploymentSpec item) |
void |
Deployment.setSpec(DeploymentSpec spec) |
DeploymentFluent.SpecNested<A> |
DeploymentFluent.withNewSpecLike(DeploymentSpec item) |
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(DeploymentSpecFluent<?> fluent,
DeploymentSpec instance) |
DeploymentSpecFluent(DeploymentSpec instance) |
Copyright © 2015–2024 Red Hat. All rights reserved.