| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.apps | |
| io.fabric8.openshift.api.model.operatorhub.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSpec |
DeploymentSpecBuilder.build() |
DeploymentSpec |
DeploymentFluent.buildSpec() |
DeploymentSpec |
DeploymentFluentImpl.buildSpec() |
DeploymentSpec |
DoneableDeploymentSpec.done() |
DeploymentSpec |
DeploymentFluent.getSpec()
Deprecated.
|
DeploymentSpec |
DeploymentFluentImpl.getSpec()
Deprecated.
|
DeploymentSpec |
Deployment.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentFluent.SpecNested<A> |
DeploymentFluent.editOrNewSpecLike(DeploymentSpec item) |
DeploymentFluent.SpecNested<A> |
DeploymentFluentImpl.editOrNewSpecLike(DeploymentSpec item) |
void |
Deployment.setSpec(DeploymentSpec spec) |
DeploymentFluent.SpecNested<A> |
DeploymentFluent.withNewSpecLike(DeploymentSpec item) |
DeploymentFluent.SpecNested<A> |
DeploymentFluentImpl.withNewSpecLike(DeploymentSpec item) |
A |
DeploymentFluent.withSpec(DeploymentSpec spec) |
A |
DeploymentFluentImpl.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) |
DoneableDeploymentSpec(DeploymentSpec item) |
DoneableDeploymentSpec(DeploymentSpec item,
io.fabric8.kubernetes.api.builder.Function<DeploymentSpec,DeploymentSpec> function) |
| Constructor and Description |
|---|
DoneableDeploymentSpec(DeploymentSpec item,
io.fabric8.kubernetes.api.builder.Function<DeploymentSpec,DeploymentSpec> function) |
DoneableDeploymentSpec(DeploymentSpec item,
io.fabric8.kubernetes.api.builder.Function<DeploymentSpec,DeploymentSpec> function) |
DoneableDeploymentSpec(io.fabric8.kubernetes.api.builder.Function<DeploymentSpec,DeploymentSpec> function) |
DoneableDeploymentSpec(io.fabric8.kubernetes.api.builder.Function<DeploymentSpec,DeploymentSpec> function) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSpec |
StrategyDeploymentSpecFluentImpl.buildSpec() |
DeploymentSpec |
StrategyDeploymentSpecFluent.buildSpec() |
DeploymentSpec |
StrategyDeploymentSpecFluentImpl.getSpec()
Deprecated.
|
DeploymentSpec |
StrategyDeploymentSpecFluent.getSpec()
Deprecated.
|
DeploymentSpec |
StrategyDeploymentSpec.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
StrategyDeploymentSpecFluent.SpecNested<A> |
StrategyDeploymentSpecFluentImpl.editOrNewSpecLike(DeploymentSpec item) |
StrategyDeploymentSpecFluent.SpecNested<A> |
StrategyDeploymentSpecFluent.editOrNewSpecLike(DeploymentSpec item) |
void |
StrategyDeploymentSpec.setSpec(DeploymentSpec spec) |
StrategyDeploymentSpecFluent.SpecNested<A> |
StrategyDeploymentSpecFluentImpl.withNewSpecLike(DeploymentSpec item) |
StrategyDeploymentSpecFluent.SpecNested<A> |
StrategyDeploymentSpecFluent.withNewSpecLike(DeploymentSpec item) |
A |
StrategyDeploymentSpecFluentImpl.withSpec(DeploymentSpec spec) |
A |
StrategyDeploymentSpecFluent.withSpec(DeploymentSpec spec) |
| Constructor and Description |
|---|
StrategyDeploymentSpec(Map<String,String> label,
String name,
DeploymentSpec spec) |
Copyright © 2015–2021 Red Hat. All rights reserved.