public interface InstallConfigFluent<A extends InstallConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InstallConfigFluent.BootstrapInPlaceNested<N> |
static interface |
InstallConfigFluent.ComputeNested<N> |
static interface |
InstallConfigFluent.ControlPlaneNested<N> |
static interface |
InstallConfigFluent.ImageContentSourcesNested<N> |
static interface |
InstallConfigFluent.MetadataNested<N> |
static interface |
InstallConfigFluent.NetworkingNested<N> |
static interface |
InstallConfigFluent.PlatformNested<N> |
static interface |
InstallConfigFluent.ProxyNested<N> |
String getAdditionalTrustBundle()
Boolean hasAdditionalTrustBundle()
@Deprecated A withNewAdditionalTrustBundle(String arg0)
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
String getBaseDomain()
Boolean hasBaseDomain()
@Deprecated A withNewBaseDomain(String arg0)
@Deprecated BootstrapInPlace getBootstrapInPlace()
BootstrapInPlace buildBootstrapInPlace()
A withBootstrapInPlace(BootstrapInPlace bootstrapInPlace)
Boolean hasBootstrapInPlace()
InstallConfigFluent.BootstrapInPlaceNested<A> withNewBootstrapInPlace()
InstallConfigFluent.BootstrapInPlaceNested<A> withNewBootstrapInPlaceLike(BootstrapInPlace item)
InstallConfigFluent.BootstrapInPlaceNested<A> editBootstrapInPlace()
InstallConfigFluent.BootstrapInPlaceNested<A> editOrNewBootstrapInPlace()
InstallConfigFluent.BootstrapInPlaceNested<A> editOrNewBootstrapInPlaceLike(BootstrapInPlace item)
A addToCompute(Integer index, MachinePool item)
A setToCompute(Integer index, MachinePool item)
A addToCompute(MachinePool... items)
A addAllToCompute(Collection<MachinePool> items)
A removeFromCompute(MachinePool... items)
A removeAllFromCompute(Collection<MachinePool> items)
A removeMatchingFromCompute(Predicate<MachinePoolBuilder> predicate)
@Deprecated List<MachinePool> getCompute()
List<MachinePool> buildCompute()
MachinePool buildCompute(Integer index)
MachinePool buildFirstCompute()
MachinePool buildLastCompute()
MachinePool buildMatchingCompute(Predicate<MachinePoolBuilder> predicate)
Boolean hasMatchingCompute(Predicate<MachinePoolBuilder> predicate)
A withCompute(List<MachinePool> compute)
A withCompute(MachinePool... compute)
Boolean hasCompute()
InstallConfigFluent.ComputeNested<A> addNewCompute()
InstallConfigFluent.ComputeNested<A> addNewComputeLike(MachinePool item)
InstallConfigFluent.ComputeNested<A> setNewComputeLike(Integer index, MachinePool item)
InstallConfigFluent.ComputeNested<A> editCompute(Integer index)
InstallConfigFluent.ComputeNested<A> editFirstCompute()
InstallConfigFluent.ComputeNested<A> editLastCompute()
InstallConfigFluent.ComputeNested<A> editMatchingCompute(Predicate<MachinePoolBuilder> predicate)
@Deprecated MachinePool getControlPlane()
MachinePool buildControlPlane()
A withControlPlane(MachinePool controlPlane)
Boolean hasControlPlane()
InstallConfigFluent.ControlPlaneNested<A> withNewControlPlane()
InstallConfigFluent.ControlPlaneNested<A> withNewControlPlaneLike(MachinePool item)
InstallConfigFluent.ControlPlaneNested<A> editControlPlane()
InstallConfigFluent.ControlPlaneNested<A> editOrNewControlPlane()
InstallConfigFluent.ControlPlaneNested<A> editOrNewControlPlaneLike(MachinePool item)
String getCredentialsMode()
Boolean hasCredentialsMode()
@Deprecated A withNewCredentialsMode(String arg0)
Boolean getFips()
Boolean hasFips()
A addToImageContentSources(Integer index, ImageContentSource item)
A setToImageContentSources(Integer index, ImageContentSource item)
A addToImageContentSources(ImageContentSource... items)
A addAllToImageContentSources(Collection<ImageContentSource> items)
A removeFromImageContentSources(ImageContentSource... items)
A removeAllFromImageContentSources(Collection<ImageContentSource> items)
A removeMatchingFromImageContentSources(Predicate<ImageContentSourceBuilder> predicate)
@Deprecated List<ImageContentSource> getImageContentSources()
List<ImageContentSource> buildImageContentSources()
ImageContentSource buildImageContentSource(Integer index)
ImageContentSource buildFirstImageContentSource()
ImageContentSource buildLastImageContentSource()
ImageContentSource buildMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate)
Boolean hasMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate)
A withImageContentSources(List<ImageContentSource> imageContentSources)
A withImageContentSources(ImageContentSource... imageContentSources)
Boolean hasImageContentSources()
InstallConfigFluent.ImageContentSourcesNested<A> addNewImageContentSource()
InstallConfigFluent.ImageContentSourcesNested<A> addNewImageContentSourceLike(ImageContentSource item)
InstallConfigFluent.ImageContentSourcesNested<A> setNewImageContentSourceLike(Integer index, ImageContentSource item)
InstallConfigFluent.ImageContentSourcesNested<A> editImageContentSource(Integer index)
InstallConfigFluent.ImageContentSourcesNested<A> editFirstImageContentSource()
InstallConfigFluent.ImageContentSourcesNested<A> editLastImageContentSource()
InstallConfigFluent.ImageContentSourcesNested<A> editMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
@Deprecated io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
Boolean hasMetadata()
InstallConfigFluent.MetadataNested<A> withNewMetadata()
InstallConfigFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
InstallConfigFluent.MetadataNested<A> editMetadata()
InstallConfigFluent.MetadataNested<A> editOrNewMetadata()
InstallConfigFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
@Deprecated Networking getNetworking()
Networking buildNetworking()
A withNetworking(Networking networking)
Boolean hasNetworking()
InstallConfigFluent.NetworkingNested<A> withNewNetworking()
InstallConfigFluent.NetworkingNested<A> withNewNetworkingLike(Networking item)
InstallConfigFluent.NetworkingNested<A> editNetworking()
InstallConfigFluent.NetworkingNested<A> editOrNewNetworking()
InstallConfigFluent.NetworkingNested<A> editOrNewNetworkingLike(Networking item)
@Deprecated Platform getPlatform()
Platform buildPlatform()
Boolean hasPlatform()
InstallConfigFluent.PlatformNested<A> withNewPlatform()
InstallConfigFluent.PlatformNested<A> withNewPlatformLike(Platform item)
InstallConfigFluent.PlatformNested<A> editPlatform()
InstallConfigFluent.PlatformNested<A> editOrNewPlatform()
InstallConfigFluent.PlatformNested<A> editOrNewPlatformLike(Platform item)
@Deprecated Proxy getProxy()
Proxy buildProxy()
Boolean hasProxy()
InstallConfigFluent.ProxyNested<A> withNewProxy()
InstallConfigFluent.ProxyNested<A> withNewProxyLike(Proxy item)
InstallConfigFluent.ProxyNested<A> editProxy()
InstallConfigFluent.ProxyNested<A> editOrNewProxy()
InstallConfigFluent.ProxyNested<A> editOrNewProxyLike(Proxy item)
String getPublish()
Boolean hasPublish()
@Deprecated A withNewPublish(String arg0)
String getPullSecret()
Boolean hasPullSecret()
@Deprecated A withNewPullSecret(String arg0)
String getSshKey()
Boolean hasSshKey()
@Deprecated A withNewSshKey(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.