| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
PodSpec |
PodSpecBuilder.build() |
PodSpec |
PodTemplateSpecFluent.buildSpec() |
PodSpec |
PodFluent.buildSpec() |
PodSpec |
Pod.getSpec() |
PodSpec |
PodTemplateSpec.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
PodTemplateSpecFluent.SpecNested<A> |
PodTemplateSpecFluent.editOrNewSpecLike(PodSpec item) |
PodFluent.SpecNested<A> |
PodFluent.editOrNewSpecLike(PodSpec item) |
void |
Pod.setSpec(PodSpec spec) |
void |
PodTemplateSpec.setSpec(PodSpec spec) |
NamedExtensionFluent.PodSpecExtensionNested<A> |
NamedExtensionFluent.withNewPodSpecExtensionLike(PodSpec item) |
WatchEventFluent.PodSpecObjectNested<A> |
WatchEventFluent.withNewPodSpecObjectLike(PodSpec item) |
PodTemplateSpecFluent.SpecNested<A> |
PodTemplateSpecFluent.withNewSpecLike(PodSpec item) |
PodFluent.SpecNested<A> |
PodFluent.withNewSpecLike(PodSpec item) |
A |
PodTemplateSpecFluent.withSpec(PodSpec spec) |
A |
PodFluent.withSpec(PodSpec spec) |
| Constructor and Description |
|---|
Pod(String apiVersion,
String kind,
ObjectMeta metadata,
PodSpec spec,
PodStatus status) |
PodSpecBuilder(PodSpec instance) |
PodSpecBuilder(PodSpec instance,
Boolean validationEnabled) |
PodSpecBuilder(PodSpecFluent<?> fluent,
PodSpec instance) |
PodSpecBuilder(PodSpecFluent<?> fluent,
PodSpec instance,
Boolean validationEnabled) |
PodSpecFluent(PodSpec instance) |
PodTemplateSpec(ObjectMeta metadata,
PodSpec spec) |
Copyright © 2015–2023 Red Hat. All rights reserved.