public interface WithPodSpecFluent<A extends WithPodSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WithPodSpecFluent.TemplateNested<N> |
| Modifier and Type | Method and Description |
|---|---|
PodSpecable |
buildTemplate() |
WithPodSpecFluent.TemplateNested<A> |
editOrNewTemplate() |
WithPodSpecFluent.TemplateNested<A> |
editOrNewTemplateLike(PodSpecable item) |
WithPodSpecFluent.TemplateNested<A> |
editTemplate() |
PodSpecable |
getTemplate()
Deprecated.
|
Boolean |
hasTemplate() |
WithPodSpecFluent.TemplateNested<A> |
withNewTemplate() |
WithPodSpecFluent.TemplateNested<A> |
withNewTemplateLike(PodSpecable item) |
A |
withTemplate(PodSpecable template) |
@Deprecated PodSpecable getTemplate()
PodSpecable buildTemplate()
A withTemplate(PodSpecable template)
Boolean hasTemplate()
WithPodSpecFluent.TemplateNested<A> withNewTemplate()
WithPodSpecFluent.TemplateNested<A> withNewTemplateLike(PodSpecable item)
WithPodSpecFluent.TemplateNested<A> editTemplate()
WithPodSpecFluent.TemplateNested<A> editOrNewTemplate()
WithPodSpecFluent.TemplateNested<A> editOrNewTemplateLike(PodSpecable item)
Copyright © 2015–2023 Red Hat. All rights reserved.