Interface PodFluent<A extends PodFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
BaseKubernetesListFluent.PodItemsNested<N>, NamedExtensionFluent.PodExtensionNested<N>, PodListFluent.ItemsNested<N>, WatchEventFluent.PodObjectNested<N>
All Known Implementing Classes:
BaseKubernetesListFluentImpl.PodItemsNestedImpl, DoneablePod, NamedExtensionFluentImpl.PodExtensionNestedImpl, PodBuilder, PodFluentImpl, PodListFluentImpl.ItemsNestedImpl, WatchEventFluentImpl.PodObjectNestedImpl

public interface PodFluent<A extends PodFluent<A>>
extends Fluent<A>