Package io.fabric8.kubernetes.api.model
Class ReplicationControllerFluent<A extends ReplicationControllerFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ReplicationControllerFluent<A>
-
- Direct Known Subclasses:
KubernetesListFluent.ReplicationControllerItemsNested
,ReplicationControllerBuilder
,ReplicationControllerListFluent.ItemsNested
public class ReplicationControllerFluent<A extends ReplicationControllerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ReplicationControllerFluent.MetadataNested<N>
class
ReplicationControllerFluent.SpecNested<N>
class
ReplicationControllerFluent.StatusNested<N>
-
Constructor Summary
Constructors Constructor Description ReplicationControllerFluent()
ReplicationControllerFluent(ReplicationController instance)
-
Method Summary
-
-
-
Constructor Detail
-
ReplicationControllerFluent
public ReplicationControllerFluent()
-
ReplicationControllerFluent
public ReplicationControllerFluent(ReplicationController instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ReplicationController instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
buildMetadata
public ObjectMeta buildMetadata()
-
withMetadata
public A withMetadata(ObjectMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public ReplicationControllerFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public ReplicationControllerFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
-
editMetadata
public ReplicationControllerFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public ReplicationControllerFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public ReplicationControllerFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
-
buildSpec
public ReplicationControllerSpec buildSpec()
-
withSpec
public A withSpec(ReplicationControllerSpec spec)
-
hasSpec
public boolean hasSpec()
-
withNewSpec
public ReplicationControllerFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
public ReplicationControllerFluent.SpecNested<A> withNewSpecLike(ReplicationControllerSpec item)
-
editSpec
public ReplicationControllerFluent.SpecNested<A> editSpec()
-
editOrNewSpec
public ReplicationControllerFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
public ReplicationControllerFluent.SpecNested<A> editOrNewSpecLike(ReplicationControllerSpec item)
-
buildStatus
public ReplicationControllerStatus buildStatus()
-
withStatus
public A withStatus(ReplicationControllerStatus status)
-
hasStatus
public boolean hasStatus()
-
withNewStatus
public ReplicationControllerFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
public ReplicationControllerFluent.StatusNested<A> withNewStatusLike(ReplicationControllerStatus item)
-
editStatus
public ReplicationControllerFluent.StatusNested<A> editStatus()
-
editOrNewStatus
public ReplicationControllerFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
public ReplicationControllerFluent.StatusNested<A> editOrNewStatusLike(ReplicationControllerStatus item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ReplicationControllerFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ReplicationControllerFluent<A>>
-
-