Package io.fabric8.kubernetes.api.model
Interface ReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
BaseKubernetesListFluent.ReplicationControllerItemsNested<N>
,NamedExtensionFluent.ReplicationControllerExtensionNested<N>
,ReplicationControllerListFluent.ItemsNested<N>
,WatchEventFluent.ReplicationControllerObjectNested<N>
- All Known Implementing Classes:
BaseKubernetesListFluentImpl.ReplicationControllerItemsNestedImpl
,DoneableReplicationController
,NamedExtensionFluentImpl.ReplicationControllerExtensionNestedImpl
,ReplicationControllerBuilder
,ReplicationControllerFluentImpl
,ReplicationControllerListFluentImpl.ItemsNestedImpl
,WatchEventFluentImpl.ReplicationControllerObjectNestedImpl
public interface ReplicationControllerFluent<A extends ReplicationControllerFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ReplicationControllerFluent.MetadataNested<N>
static interface
ReplicationControllerFluent.SpecNested<N>
static interface
ReplicationControllerFluent.StatusNested<N>
-
Method Summary
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
ObjectMeta buildMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata() -
withNewMetadata
ReplicationControllerFluent.MetadataNested<A> withNewMetadata() -
withNewMetadataLike
-
editMetadata
ReplicationControllerFluent.MetadataNested<A> editMetadata() -
editOrNewMetadata
ReplicationControllerFluent.MetadataNested<A> editOrNewMetadata() -
editOrNewMetadataLike
-
getSpec
Deprecated.This method has been deprecated, please use method buildSpec instead.- Returns:
- The buildable object.
-
buildSpec
ReplicationControllerSpec buildSpec() -
withSpec
-
hasSpec
Boolean hasSpec() -
withNewSpec
ReplicationControllerFluent.SpecNested<A> withNewSpec() -
withNewSpecLike
-
editSpec
ReplicationControllerFluent.SpecNested<A> editSpec() -
editOrNewSpec
ReplicationControllerFluent.SpecNested<A> editOrNewSpec() -
editOrNewSpecLike
-
getStatus
Deprecated.This method has been deprecated, please use method buildStatus instead.- Returns:
- The buildable object.
-
buildStatus
ReplicationControllerStatus buildStatus() -
withStatus
-
hasStatus
Boolean hasStatus() -
withNewStatus
ReplicationControllerFluent.StatusNested<A> withNewStatus() -
withNewStatusLike
-
editStatus
ReplicationControllerFluent.StatusNested<A> editStatus() -
editOrNewStatus
ReplicationControllerFluent.StatusNested<A> editOrNewStatus() -
editOrNewStatusLike
-