public class InstallConfigFluentImpl<A extends InstallConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InstallConfigFluent<A>
InstallConfigFluent.BootstrapInPlaceNested<N>, InstallConfigFluent.ComputeNested<N>, InstallConfigFluent.ControlPlaneNested<N>, InstallConfigFluent.ImageContentSourcesNested<N>, InstallConfigFluent.MetadataNested<N>, InstallConfigFluent.NetworkingNested<N>, InstallConfigFluent.PlatformNested<N>, InstallConfigFluent.ProxyNested<N>| Constructor and Description |
|---|
InstallConfigFluentImpl() |
InstallConfigFluentImpl(InstallConfig instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic InstallConfigFluentImpl()
public InstallConfigFluentImpl(InstallConfig instance)
public String getAdditionalTrustBundle()
getAdditionalTrustBundle in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withAdditionalTrustBundle(String additionalTrustBundle)
withAdditionalTrustBundle in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasAdditionalTrustBundle()
hasAdditionalTrustBundle in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public String getApiVersion()
getApiVersion in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public String getBaseDomain()
getBaseDomain in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withBaseDomain(String baseDomain)
withBaseDomain in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasBaseDomain()
hasBaseDomain in interface InstallConfigFluent<A extends InstallConfigFluent<A>>@Deprecated public BootstrapInPlace getBootstrapInPlace()
getBootstrapInPlace in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public BootstrapInPlace buildBootstrapInPlace()
buildBootstrapInPlace in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withBootstrapInPlace(BootstrapInPlace bootstrapInPlace)
withBootstrapInPlace in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasBootstrapInPlace()
hasBootstrapInPlace in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withNewBootstrapInPlace(String installationDisk)
withNewBootstrapInPlace in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.BootstrapInPlaceNested<A> withNewBootstrapInPlace()
withNewBootstrapInPlace in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.BootstrapInPlaceNested<A> withNewBootstrapInPlaceLike(BootstrapInPlace item)
withNewBootstrapInPlaceLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.BootstrapInPlaceNested<A> editBootstrapInPlace()
editBootstrapInPlace in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.BootstrapInPlaceNested<A> editOrNewBootstrapInPlace()
editOrNewBootstrapInPlace in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.BootstrapInPlaceNested<A> editOrNewBootstrapInPlaceLike(BootstrapInPlace item)
editOrNewBootstrapInPlaceLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A addToCompute(Integer index, MachinePool item)
addToCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A setToCompute(Integer index, MachinePool item)
setToCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A addToCompute(MachinePool... items)
addToCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A addAllToCompute(Collection<MachinePool> items)
addAllToCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A removeFromCompute(MachinePool... items)
removeFromCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A removeAllFromCompute(Collection<MachinePool> items)
removeAllFromCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A removeMatchingFromCompute(Predicate<MachinePoolBuilder> predicate)
removeMatchingFromCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>@Deprecated public List<MachinePool> getCompute()
getCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public List<MachinePool> buildCompute()
buildCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public MachinePool buildCompute(Integer index)
buildCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public MachinePool buildFirstCompute()
buildFirstCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public MachinePool buildLastCompute()
buildLastCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public MachinePool buildMatchingCompute(Predicate<MachinePoolBuilder> predicate)
buildMatchingCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasMatchingCompute(Predicate<MachinePoolBuilder> predicate)
hasMatchingCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withCompute(List<MachinePool> compute)
withCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withCompute(MachinePool... compute)
withCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasCompute()
hasCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ComputeNested<A> addNewCompute()
addNewCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ComputeNested<A> addNewComputeLike(MachinePool item)
addNewComputeLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ComputeNested<A> setNewComputeLike(Integer index, MachinePool item)
setNewComputeLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ComputeNested<A> editCompute(Integer index)
editCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ComputeNested<A> editFirstCompute()
editFirstCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ComputeNested<A> editLastCompute()
editLastCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ComputeNested<A> editMatchingCompute(Predicate<MachinePoolBuilder> predicate)
editMatchingCompute in interface InstallConfigFluent<A extends InstallConfigFluent<A>>@Deprecated public MachinePool getControlPlane()
getControlPlane in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public MachinePool buildControlPlane()
buildControlPlane in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withControlPlane(MachinePool controlPlane)
withControlPlane in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasControlPlane()
hasControlPlane in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ControlPlaneNested<A> withNewControlPlane()
withNewControlPlane in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ControlPlaneNested<A> withNewControlPlaneLike(MachinePool item)
withNewControlPlaneLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ControlPlaneNested<A> editControlPlane()
editControlPlane in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ControlPlaneNested<A> editOrNewControlPlane()
editOrNewControlPlane in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ControlPlaneNested<A> editOrNewControlPlaneLike(MachinePool item)
editOrNewControlPlaneLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public String getCredentialsMode()
getCredentialsMode in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withCredentialsMode(String credentialsMode)
withCredentialsMode in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasCredentialsMode()
hasCredentialsMode in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean getFips()
getFips in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withFips(Boolean fips)
withFips in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasFips()
hasFips in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A addToImageContentSources(Integer index, ImageContentSource item)
addToImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A setToImageContentSources(Integer index, ImageContentSource item)
setToImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A addToImageContentSources(ImageContentSource... items)
addToImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A addAllToImageContentSources(Collection<ImageContentSource> items)
addAllToImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A removeFromImageContentSources(ImageContentSource... items)
removeFromImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A removeAllFromImageContentSources(Collection<ImageContentSource> items)
removeAllFromImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A removeMatchingFromImageContentSources(Predicate<ImageContentSourceBuilder> predicate)
removeMatchingFromImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>@Deprecated public List<ImageContentSource> getImageContentSources()
getImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public List<ImageContentSource> buildImageContentSources()
buildImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public ImageContentSource buildImageContentSource(Integer index)
buildImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public ImageContentSource buildFirstImageContentSource()
buildFirstImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public ImageContentSource buildLastImageContentSource()
buildLastImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public ImageContentSource buildMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate)
buildMatchingImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate)
hasMatchingImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withImageContentSources(List<ImageContentSource> imageContentSources)
withImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withImageContentSources(ImageContentSource... imageContentSources)
withImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasImageContentSources()
hasImageContentSources in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ImageContentSourcesNested<A> addNewImageContentSource()
addNewImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ImageContentSourcesNested<A> addNewImageContentSourceLike(ImageContentSource item)
addNewImageContentSourceLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ImageContentSourcesNested<A> setNewImageContentSourceLike(Integer index, ImageContentSource item)
setNewImageContentSourceLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ImageContentSourcesNested<A> editImageContentSource(Integer index)
editImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ImageContentSourcesNested<A> editFirstImageContentSource()
editFirstImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ImageContentSourcesNested<A> editLastImageContentSource()
editLastImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ImageContentSourcesNested<A> editMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate)
editMatchingImageContentSource in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public String getKind()
getKind in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withKind(String kind)
withKind in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasKind()
hasKind in interface InstallConfigFluent<A extends InstallConfigFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
buildMetadata in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasMetadata()
hasMetadata in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
withNewMetadataLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.MetadataNested<A> editMetadata()
editMetadata in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
editOrNewMetadataLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>@Deprecated public Networking getNetworking()
getNetworking in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Networking buildNetworking()
buildNetworking in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withNetworking(Networking networking)
withNetworking in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasNetworking()
hasNetworking in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.NetworkingNested<A> withNewNetworking()
withNewNetworking in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.NetworkingNested<A> withNewNetworkingLike(Networking item)
withNewNetworkingLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.NetworkingNested<A> editNetworking()
editNetworking in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.NetworkingNested<A> editOrNewNetworking()
editOrNewNetworking in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.NetworkingNested<A> editOrNewNetworkingLike(Networking item)
editOrNewNetworkingLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>@Deprecated public Platform getPlatform()
getPlatform in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Platform buildPlatform()
buildPlatform in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withPlatform(Platform platform)
withPlatform in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasPlatform()
hasPlatform in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.PlatformNested<A> withNewPlatform()
withNewPlatform in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.PlatformNested<A> withNewPlatformLike(Platform item)
withNewPlatformLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.PlatformNested<A> editPlatform()
editPlatform in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.PlatformNested<A> editOrNewPlatform()
editOrNewPlatform in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.PlatformNested<A> editOrNewPlatformLike(Platform item)
editOrNewPlatformLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>@Deprecated public Proxy getProxy()
getProxy in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Proxy buildProxy()
buildProxy in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withProxy(Proxy proxy)
withProxy in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasProxy()
hasProxy in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withNewProxy(String httpProxy, String httpsProxy, String noProxy)
withNewProxy in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ProxyNested<A> withNewProxy()
withNewProxy in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ProxyNested<A> withNewProxyLike(Proxy item)
withNewProxyLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ProxyNested<A> editProxy()
editProxy in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ProxyNested<A> editOrNewProxy()
editOrNewProxy in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public InstallConfigFluent.ProxyNested<A> editOrNewProxyLike(Proxy item)
editOrNewProxyLike in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public String getPublish()
getPublish in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withPublish(String publish)
withPublish in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasPublish()
hasPublish in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public String getPullSecret()
getPullSecret in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withPullSecret(String pullSecret)
withPullSecret in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasPullSecret()
hasPullSecret in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public String getSshKey()
getSshKey in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A withSshKey(String sshKey)
withSshKey in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasSshKey()
hasSshKey in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface InstallConfigFluent<A extends InstallConfigFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InstallConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InstallConfigFluent<A>>public A withFips()
withFips in interface InstallConfigFluent<A extends InstallConfigFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.