Interface ContainerFluent<A extends ContainerFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
PodSpecFluent.ContainersNested<N>, PodSpecFluent.InitContainersNested<N>, WatchEventFluent.ContainerObjectNested<N>
All Known Implementing Classes:
ContainerBuilder, ContainerFluentImpl, DoneableContainer, PodSpecFluentImpl.ContainersNestedImpl, PodSpecFluentImpl.InitContainersNestedImpl, WatchEventFluentImpl.ContainerObjectNestedImpl

public interface ContainerFluent<A extends ContainerFluent<A>>
extends Fluent<A>