| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.apps |
| 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() |
| 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–2022 Red Hat. All rights reserved.