public class ClusterDeploymentStatusFluentImpl<A extends ClusterDeploymentStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterDeploymentStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterDeploymentStatusFluentImpl.CertificateBundlesNestedImpl<N> |
class |
ClusterDeploymentStatusFluentImpl.ConditionsNestedImpl<N> |
class |
ClusterDeploymentStatusFluentImpl.PlatformStatusNestedImpl<N> |
class |
ClusterDeploymentStatusFluentImpl.ProvisionRefNestedImpl<N> |
ClusterDeploymentStatusFluent.CertificateBundlesNested<N>, ClusterDeploymentStatusFluent.ConditionsNested<N>, ClusterDeploymentStatusFluent.PlatformStatusNested<N>, ClusterDeploymentStatusFluent.ProvisionRefNested<N>| Constructor and Description |
|---|
ClusterDeploymentStatusFluentImpl() |
ClusterDeploymentStatusFluentImpl(ClusterDeploymentStatus instance) |
public ClusterDeploymentStatusFluentImpl()
public ClusterDeploymentStatusFluentImpl(ClusterDeploymentStatus instance)
public String getApiURL()
getApiURL in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withApiURL(String apiURL)
withApiURL in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasApiURL()
hasApiURL in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public A withNewApiURL(String arg0)
withNewApiURL in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A addToCertificateBundles(Integer index, CertificateBundleStatus item)
addToCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A setToCertificateBundles(Integer index, CertificateBundleStatus item)
setToCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A addToCertificateBundles(CertificateBundleStatus... items)
addToCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A addAllToCertificateBundles(Collection<CertificateBundleStatus> items)
addAllToCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A removeFromCertificateBundles(CertificateBundleStatus... items)
removeFromCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A removeAllFromCertificateBundles(Collection<CertificateBundleStatus> items)
removeAllFromCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A removeMatchingFromCertificateBundles(Predicate<CertificateBundleStatusBuilder> predicate)
removeMatchingFromCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public List<CertificateBundleStatus> getCertificateBundles()
getCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public List<CertificateBundleStatus> buildCertificateBundles()
buildCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public CertificateBundleStatus buildCertificateBundle(Integer index)
buildCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public CertificateBundleStatus buildFirstCertificateBundle()
buildFirstCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public CertificateBundleStatus buildLastCertificateBundle()
buildLastCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public CertificateBundleStatus buildMatchingCertificateBundle(Predicate<CertificateBundleStatusBuilder> predicate)
buildMatchingCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasMatchingCertificateBundle(Predicate<CertificateBundleStatusBuilder> predicate)
hasMatchingCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withCertificateBundles(List<CertificateBundleStatus> certificateBundles)
withCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withCertificateBundles(CertificateBundleStatus... certificateBundles)
withCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasCertificateBundles()
hasCertificateBundles in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A addNewCertificateBundle(Boolean generated, String name)
addNewCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.CertificateBundlesNested<A> addNewCertificateBundle()
addNewCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.CertificateBundlesNested<A> addNewCertificateBundleLike(CertificateBundleStatus item)
addNewCertificateBundleLike in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.CertificateBundlesNested<A> setNewCertificateBundleLike(Integer index, CertificateBundleStatus item)
setNewCertificateBundleLike in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.CertificateBundlesNested<A> editCertificateBundle(Integer index)
editCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.CertificateBundlesNested<A> editFirstCertificateBundle()
editFirstCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.CertificateBundlesNested<A> editLastCertificateBundle()
editLastCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.CertificateBundlesNested<A> editMatchingCertificateBundle(Predicate<CertificateBundleStatusBuilder> predicate)
editMatchingCertificateBundle in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public String getCliImage()
getCliImage in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withCliImage(String cliImage)
withCliImage in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasCliImage()
hasCliImage in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public A withNewCliImage(String arg0)
withNewCliImage in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A addToConditions(Integer index, ClusterDeploymentCondition item)
addToConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A setToConditions(Integer index, ClusterDeploymentCondition item)
setToConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A addToConditions(ClusterDeploymentCondition... items)
addToConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A addAllToConditions(Collection<ClusterDeploymentCondition> items)
addAllToConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A removeFromConditions(ClusterDeploymentCondition... items)
removeFromConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A removeAllFromConditions(Collection<ClusterDeploymentCondition> items)
removeAllFromConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A removeMatchingFromConditions(Predicate<ClusterDeploymentConditionBuilder> predicate)
removeMatchingFromConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public List<ClusterDeploymentCondition> getConditions()
getConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public List<ClusterDeploymentCondition> buildConditions()
buildConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentCondition buildCondition(Integer index)
buildCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentCondition buildFirstCondition()
buildFirstCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentCondition buildLastCondition()
buildLastCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentCondition buildMatchingCondition(Predicate<ClusterDeploymentConditionBuilder> predicate)
buildMatchingCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<ClusterDeploymentConditionBuilder> predicate)
hasMatchingCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withConditions(List<ClusterDeploymentCondition> conditions)
withConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withConditions(ClusterDeploymentCondition... conditions)
withConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ConditionsNested<A> addNewConditionLike(ClusterDeploymentCondition item)
addNewConditionLike in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, ClusterDeploymentCondition item)
setNewConditionLike in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ConditionsNested<A> editCondition(Integer index)
editCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ClusterDeploymentConditionBuilder> predicate)
editMatchingCondition in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Integer getInstallRestarts()
getInstallRestarts in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withInstallRestarts(Integer installRestarts)
withInstallRestarts in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasInstallRestarts()
hasInstallRestarts in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public String getInstallStartedTimestamp()
getInstallStartedTimestamp in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withInstallStartedTimestamp(String installStartedTimestamp)
withInstallStartedTimestamp in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasInstallStartedTimestamp()
hasInstallStartedTimestamp in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public A withNewInstallStartedTimestamp(String arg0)
withNewInstallStartedTimestamp in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public String getInstallVersion()
getInstallVersion in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withInstallVersion(String installVersion)
withInstallVersion in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasInstallVersion()
hasInstallVersion in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public A withNewInstallVersion(String arg0)
withNewInstallVersion in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public String getInstalledTimestamp()
getInstalledTimestamp in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withInstalledTimestamp(String installedTimestamp)
withInstalledTimestamp in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasInstalledTimestamp()
hasInstalledTimestamp in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public A withNewInstalledTimestamp(String arg0)
withNewInstalledTimestamp in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public String getInstallerImage()
getInstallerImage in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withInstallerImage(String installerImage)
withInstallerImage in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasInstallerImage()
hasInstallerImage in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public A withNewInstallerImage(String arg0)
withNewInstallerImage in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public PlatformStatus getPlatformStatus()
getPlatformStatus in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public PlatformStatus buildPlatformStatus()
buildPlatformStatus in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withPlatformStatus(PlatformStatus platformStatus)
withPlatformStatus in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasPlatformStatus()
hasPlatformStatus in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.PlatformStatusNested<A> withNewPlatformStatus()
withNewPlatformStatus in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.PlatformStatusNested<A> withNewPlatformStatusLike(PlatformStatus item)
withNewPlatformStatusLike in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.PlatformStatusNested<A> editPlatformStatus()
editPlatformStatus in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.PlatformStatusNested<A> editOrNewPlatformStatus()
editOrNewPlatformStatus in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.PlatformStatusNested<A> editOrNewPlatformStatusLike(PlatformStatus item)
editOrNewPlatformStatusLike in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public String getPowerState()
getPowerState in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withPowerState(String powerState)
withPowerState in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasPowerState()
hasPowerState in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public A withNewPowerState(String arg0)
withNewPowerState in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.LocalObjectReference getProvisionRef()
getProvisionRef in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildProvisionRef()
buildProvisionRef in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withProvisionRef(io.fabric8.kubernetes.api.model.LocalObjectReference provisionRef)
withProvisionRef in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasProvisionRef()
hasProvisionRef in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withNewProvisionRef(String name)
withNewProvisionRef in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ProvisionRefNested<A> withNewProvisionRef()
withNewProvisionRef in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ProvisionRefNested<A> withNewProvisionRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
withNewProvisionRefLike in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ProvisionRefNested<A> editProvisionRef()
editProvisionRef in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ProvisionRefNested<A> editOrNewProvisionRef()
editOrNewProvisionRef in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public ClusterDeploymentStatusFluent.ProvisionRefNested<A> editOrNewProvisionRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
editOrNewProvisionRefLike in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public String getWebConsoleURL()
getWebConsoleURL in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A withWebConsoleURL(String webConsoleURL)
withWebConsoleURL in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasWebConsoleURL()
hasWebConsoleURL in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>@Deprecated public A withNewWebConsoleURL(String arg0)
withNewWebConsoleURL in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ClusterDeploymentStatusFluent<A extends ClusterDeploymentStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.