Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.ReplicationControllerObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.ReplicationControllerObjectNested<N>>
,Nested<N>
,ReplicationControllerFluent<WatchEventFluent.ReplicationControllerObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.ReplicationControllerObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.ReplicationControllerObjectNested<N> extends Nested<N>, ReplicationControllerFluent<WatchEventFluent.ReplicationControllerObjectNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ReplicationControllerFluent
ReplicationControllerFluent.MetadataNested<N>, ReplicationControllerFluent.SpecNested<N>, ReplicationControllerFluent.StatusNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endReplicationControllerObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ReplicationControllerFluent
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
-