Package io.fabric8.kubernetes.api.model
Class ReplicationControllerFluentImpl<A extends ReplicationControllerFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ReplicationControllerFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,ReplicationControllerFluent<A>
- Direct Known Subclasses:
BaseKubernetesListFluentImpl.ReplicationControllerItemsNestedImpl,NamedExtensionFluentImpl.ReplicationControllerExtensionNestedImpl,ReplicationControllerBuilder,ReplicationControllerListFluentImpl.ItemsNestedImpl,WatchEventFluentImpl.ReplicationControllerObjectNestedImpl
public class ReplicationControllerFluentImpl<A extends ReplicationControllerFluent<A>> extends BaseFluent<A> implements ReplicationControllerFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classReplicationControllerFluentImpl.MetadataNestedImpl<N>classReplicationControllerFluentImpl.SpecNestedImpl<N>classReplicationControllerFluentImpl.StatusNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ReplicationControllerFluent
ReplicationControllerFluent.MetadataNested<N>, ReplicationControllerFluent.SpecNested<N>, ReplicationControllerFluent.StatusNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ReplicationControllerFluentImpl()ReplicationControllerFluentImpl(ReplicationController instance)
-
Method Summary
-
-
-
Constructor Detail
-
ReplicationControllerFluentImpl
public ReplicationControllerFluentImpl()
-
ReplicationControllerFluentImpl
public ReplicationControllerFluentImpl(ReplicationController instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
getMetadata
@Deprecated public ObjectMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public ObjectMeta buildMetadata()
- Specified by:
buildMetadatain interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withMetadata
public A withMetadata(ObjectMeta metadata)
- Specified by:
withMetadatain interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewMetadata
public ReplicationControllerFluent.MetadataNested<A> withNewMetadata()
- Specified by:
withNewMetadatain interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewMetadataLike
public ReplicationControllerFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
- Specified by:
withNewMetadataLikein interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
editMetadata
public ReplicationControllerFluent.MetadataNested<A> editMetadata()
- Specified by:
editMetadatain interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
editOrNewMetadata
public ReplicationControllerFluent.MetadataNested<A> editOrNewMetadata()
- Specified by:
editOrNewMetadatain interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
editOrNewMetadataLike
public ReplicationControllerFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
- Specified by:
editOrNewMetadataLikein interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
getSpec
@Deprecated public ReplicationControllerSpec getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpecin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>- Returns:
- The buildable object.
-
buildSpec
public ReplicationControllerSpec buildSpec()
- Specified by:
buildSpecin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withSpec
public A withSpec(ReplicationControllerSpec spec)
- Specified by:
withSpecin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
hasSpec
public Boolean hasSpec()
- Specified by:
hasSpecin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewSpec
public ReplicationControllerFluent.SpecNested<A> withNewSpec()
- Specified by:
withNewSpecin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewSpecLike
public ReplicationControllerFluent.SpecNested<A> withNewSpecLike(ReplicationControllerSpec item)
- Specified by:
withNewSpecLikein interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
editSpec
public ReplicationControllerFluent.SpecNested<A> editSpec()
- Specified by:
editSpecin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
editOrNewSpec
public ReplicationControllerFluent.SpecNested<A> editOrNewSpec()
- Specified by:
editOrNewSpecin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
editOrNewSpecLike
public ReplicationControllerFluent.SpecNested<A> editOrNewSpecLike(ReplicationControllerSpec item)
- Specified by:
editOrNewSpecLikein interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
getStatus
@Deprecated public ReplicationControllerStatus getStatus()
Deprecated.This method has been deprecated, please use method buildStatus instead.- Specified by:
getStatusin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>- Returns:
- The buildable object.
-
buildStatus
public ReplicationControllerStatus buildStatus()
- Specified by:
buildStatusin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withStatus
public A withStatus(ReplicationControllerStatus status)
- Specified by:
withStatusin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
hasStatus
public Boolean hasStatus()
- Specified by:
hasStatusin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewStatus
public ReplicationControllerFluent.StatusNested<A> withNewStatus()
- Specified by:
withNewStatusin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
withNewStatusLike
public ReplicationControllerFluent.StatusNested<A> withNewStatusLike(ReplicationControllerStatus item)
- Specified by:
withNewStatusLikein interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
editStatus
public ReplicationControllerFluent.StatusNested<A> editStatus()
- Specified by:
editStatusin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
editOrNewStatus
public ReplicationControllerFluent.StatusNested<A> editOrNewStatus()
- Specified by:
editOrNewStatusin interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
editOrNewStatusLike
public ReplicationControllerFluent.StatusNested<A> editOrNewStatusLike(ReplicationControllerStatus item)
- Specified by:
editOrNewStatusLikein interfaceReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
-
-