public class WithPodSpecFluent<A extends WithPodSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
WithPodSpecFluent.TemplateNested<N> |
| Constructor and Description |
|---|
WithPodSpecFluent() |
WithPodSpecFluent(WithPodSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
PodSpecable |
buildTemplate() |
protected void |
copyInstance(WithPodSpec instance) |
WithPodSpecFluent.TemplateNested<A> |
editOrNewTemplate() |
WithPodSpecFluent.TemplateNested<A> |
editOrNewTemplateLike(PodSpecable item) |
WithPodSpecFluent.TemplateNested<A> |
editTemplate() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasTemplate() |
String |
toString() |
WithPodSpecFluent.TemplateNested<A> |
withNewTemplate() |
WithPodSpecFluent.TemplateNested<A> |
withNewTemplateLike(PodSpecable item) |
A |
withTemplate(PodSpecable template) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic WithPodSpecFluent()
public WithPodSpecFluent(WithPodSpec instance)
protected void copyInstance(WithPodSpec instance)
public PodSpecable buildTemplate()
public A withTemplate(PodSpecable template)
public boolean hasTemplate()
public WithPodSpecFluent.TemplateNested<A> withNewTemplate()
public WithPodSpecFluent.TemplateNested<A> withNewTemplateLike(PodSpecable item)
public WithPodSpecFluent.TemplateNested<A> editTemplate()
public WithPodSpecFluent.TemplateNested<A> editOrNewTemplate()
public WithPodSpecFluent.TemplateNested<A> editOrNewTemplateLike(PodSpecable item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WithPodSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WithPodSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.