Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.PodTemplateSpecObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.PodTemplateSpecObjectNested<N>>
,Nested<N>
,PodTemplateSpecFluent<WatchEventFluent.PodTemplateSpecObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.PodTemplateSpecObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.PodTemplateSpecObjectNested<N> extends Nested<N>, PodTemplateSpecFluent<WatchEventFluent.PodTemplateSpecObjectNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PodTemplateSpecFluent
PodTemplateSpecFluent.MetadataNested<N>, PodTemplateSpecFluent.SpecNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endPodTemplateSpecObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PodTemplateSpecFluent
buildMetadata, buildSpec, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editSpec, getMetadata, getSpec, hasMetadata, hasSpec, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withSpec
-
-