Uses of Interface
io.fabric8.kubernetes.api.model.ReplicationControllerFluent
-
Packages that use ReplicationControllerFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of ReplicationControllerFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type ReplicationControllerFluent Modifier and Type Interface Description interface
ReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
class
ReplicationControllerFluentImpl<A extends ReplicationControllerFluent<A>>
Subinterfaces of ReplicationControllerFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interface
BaseKubernetesListFluent.ReplicationControllerItemsNested<N>
static interface
NamedExtensionFluent.ReplicationControllerExtensionNested<N>
static interface
ReplicationControllerListFluent.ItemsNested<N>
static interface
WatchEventFluent.ReplicationControllerObjectNested<N>
Classes in io.fabric8.kubernetes.api.model that implement ReplicationControllerFluent Modifier and Type Class Description class
BaseKubernetesListFluentImpl.ReplicationControllerItemsNestedImpl<N>
class
NamedExtensionFluentImpl.ReplicationControllerExtensionNestedImpl<N>
class
ReplicationControllerBuilder
class
ReplicationControllerFluentImpl<A extends ReplicationControllerFluent<A>>
class
ReplicationControllerListFluentImpl.ItemsNestedImpl<N>
class
WatchEventFluentImpl.ReplicationControllerObjectNestedImpl<N>
Constructors in io.fabric8.kubernetes.api.model with parameters of type ReplicationControllerFluent Constructor Description ReplicationControllerBuilder(ReplicationControllerFluent<?> fluent)
ReplicationControllerBuilder(ReplicationControllerFluent<?> fluent, ReplicationController instance)
ReplicationControllerBuilder(ReplicationControllerFluent<?> fluent, ReplicationController instance, Boolean validationEnabled)
ReplicationControllerBuilder(ReplicationControllerFluent<?> fluent, Boolean validationEnabled)
-