Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.PodTemplateObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodTemplateFluentImpl<WatchEventFluent.PodTemplateObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.PodTemplateObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.PodTemplateObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.PodTemplateObjectNested<N>>
,PodTemplateFluent<WatchEventFluent.PodTemplateObjectNested<N>>
,WatchEventFluent.PodTemplateObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.PodTemplateObjectNestedImpl<N> extends PodTemplateFluentImpl<WatchEventFluent.PodTemplateObjectNested<N>> implements WatchEventFluent.PodTemplateObjectNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.PodTemplateFluentImpl
PodTemplateFluentImpl.MetadataNestedImpl<N>, PodTemplateFluentImpl.TemplateNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PodTemplateFluent
PodTemplateFluent.MetadataNested<N>, PodTemplateFluent.TemplateNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endPodTemplateObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.PodTemplateFluentImpl
buildMetadata, buildTemplate, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewTemplate, editOrNewTemplateLike, editTemplate, equals, getApiVersion, getKind, getMetadata, getTemplate, hasApiVersion, hashCode, hasKind, hasMetadata, hasTemplate, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewTemplate, withNewTemplateLike, withTemplate
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PodTemplateFluent
buildMetadata, buildTemplate, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewTemplate, editOrNewTemplateLike, editTemplate, getApiVersion, getKind, getMetadata, getTemplate, hasApiVersion, hasKind, hasMetadata, hasTemplate, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewTemplate, withNewTemplateLike, withTemplate
-
-
-
-
Method Detail
-
and
public N and()
-
endPodTemplateObject
public N endPodTemplateObject()
- Specified by:
endPodTemplateObject
in interfaceWatchEventFluent.PodTemplateObjectNested<N>
-
-