All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToCompute(Collection<MachinePool> items) |
A |
addAllToImageContentSources(Collection<ImageContentSource> items) |
InstallConfigFluent.ComputeNested<A> |
addNewCompute() |
InstallConfigFluent.ComputeNested<A> |
addNewComputeLike(MachinePool item) |
InstallConfigFluent.ImageContentSourcesNested<A> |
addNewImageContentSource() |
InstallConfigFluent.ImageContentSourcesNested<A> |
addNewImageContentSourceLike(ImageContentSource item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToCompute(int index,
MachinePool item) |
A |
addToCompute(MachinePool... items) |
A |
addToImageContentSources(ImageContentSource... items) |
A |
addToImageContentSources(int index,
ImageContentSource item) |
BootstrapInPlace |
buildBootstrapInPlace() |
Capabilities |
buildCapabilities() |
List<MachinePool> |
buildCompute() |
MachinePool |
buildCompute(int index) |
MachinePool |
buildControlPlane() |
MachinePool |
buildFirstCompute() |
ImageContentSource |
buildFirstImageContentSource() |
ImageContentSource |
buildImageContentSource(int index) |
List<ImageContentSource> |
buildImageContentSources() |
MachinePool |
buildLastCompute() |
ImageContentSource |
buildLastImageContentSource() |
MachinePool |
buildMatchingCompute(Predicate<MachinePoolBuilder> predicate) |
ImageContentSource |
buildMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate) |
io.fabric8.kubernetes.api.model.ObjectMeta |
buildMetadata() |
Networking |
buildNetworking() |
Platform |
buildPlatform() |
Proxy |
buildProxy() |
protected void |
copyInstance(InstallConfig instance) |
InstallConfigFluent.BootstrapInPlaceNested<A> |
editBootstrapInPlace() |
InstallConfigFluent.CapabilitiesNested<A> |
editCapabilities() |
InstallConfigFluent.ComputeNested<A> |
editCompute(int index) |
InstallConfigFluent.ControlPlaneNested<A> |
editControlPlane() |
InstallConfigFluent.ComputeNested<A> |
editFirstCompute() |
InstallConfigFluent.ImageContentSourcesNested<A> |
editFirstImageContentSource() |
InstallConfigFluent.ImageContentSourcesNested<A> |
editImageContentSource(int index) |
InstallConfigFluent.ComputeNested<A> |
editLastCompute() |
InstallConfigFluent.ImageContentSourcesNested<A> |
editLastImageContentSource() |
InstallConfigFluent.ComputeNested<A> |
editMatchingCompute(Predicate<MachinePoolBuilder> predicate) |
InstallConfigFluent.ImageContentSourcesNested<A> |
editMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate) |
InstallConfigFluent.MetadataNested<A> |
editMetadata() |
InstallConfigFluent.NetworkingNested<A> |
editNetworking() |
InstallConfigFluent.BootstrapInPlaceNested<A> |
editOrNewBootstrapInPlace() |
InstallConfigFluent.BootstrapInPlaceNested<A> |
editOrNewBootstrapInPlaceLike(BootstrapInPlace item) |
InstallConfigFluent.CapabilitiesNested<A> |
editOrNewCapabilities() |
InstallConfigFluent.CapabilitiesNested<A> |
editOrNewCapabilitiesLike(Capabilities item) |
InstallConfigFluent.ControlPlaneNested<A> |
editOrNewControlPlane() |
InstallConfigFluent.ControlPlaneNested<A> |
editOrNewControlPlaneLike(MachinePool item) |
InstallConfigFluent.MetadataNested<A> |
editOrNewMetadata() |
InstallConfigFluent.MetadataNested<A> |
editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) |
InstallConfigFluent.NetworkingNested<A> |
editOrNewNetworking() |
InstallConfigFluent.NetworkingNested<A> |
editOrNewNetworkingLike(Networking item) |
InstallConfigFluent.PlatformNested<A> |
editOrNewPlatform() |
InstallConfigFluent.PlatformNested<A> |
editOrNewPlatformLike(Platform item) |
InstallConfigFluent.ProxyNested<A> |
editOrNewProxy() |
InstallConfigFluent.ProxyNested<A> |
editOrNewProxyLike(Proxy item) |
InstallConfigFluent.PlatformNested<A> |
editPlatform() |
InstallConfigFluent.ProxyNested<A> |
editProxy() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAdditionalTrustBundle() |
String |
getAdditionalTrustBundlePolicy() |
String |
getApiVersion() |
String |
getBaseDomain() |
String |
getCpuPartitioningMode() |
String |
getCredentialsMode() |
String |
getFeatureSet() |
Boolean |
getFips() |
String |
getKind() |
String |
getPublish() |
String |
getPullSecret() |
String |
getSshKey() |
boolean |
hasAdditionalProperties() |
boolean |
hasAdditionalTrustBundle() |
boolean |
hasAdditionalTrustBundlePolicy() |
boolean |
hasApiVersion() |
boolean |
hasBaseDomain() |
boolean |
hasBootstrapInPlace() |
boolean |
hasCapabilities() |
boolean |
hasCompute() |
boolean |
hasControlPlane() |
boolean |
hasCpuPartitioningMode() |
boolean |
hasCredentialsMode() |
boolean |
hasFeatureSet() |
boolean |
hasFips() |
int |
hashCode() |
boolean |
hasImageContentSources() |
boolean |
hasKind() |
boolean |
hasMatchingCompute(Predicate<MachinePoolBuilder> predicate) |
boolean |
hasMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate) |
boolean |
hasMetadata() |
boolean |
hasNetworking() |
boolean |
hasPlatform() |
boolean |
hasProxy() |
boolean |
hasPublish() |
boolean |
hasPullSecret() |
boolean |
hasSshKey() |
A |
removeAllFromCompute(Collection<MachinePool> items) |
A |
removeAllFromImageContentSources(Collection<ImageContentSource> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromCompute(MachinePool... items) |
A |
removeFromImageContentSources(ImageContentSource... items) |
A |
removeMatchingFromCompute(Predicate<MachinePoolBuilder> predicate) |
A |
removeMatchingFromImageContentSources(Predicate<ImageContentSourceBuilder> predicate) |
InstallConfigFluent.ComputeNested<A> |
setNewComputeLike(int index,
MachinePool item) |
InstallConfigFluent.ImageContentSourcesNested<A> |
setNewImageContentSourceLike(int index,
ImageContentSource item) |
A |
setToCompute(int index,
MachinePool item) |
A |
setToImageContentSources(int index,
ImageContentSource item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAdditionalTrustBundle(String additionalTrustBundle) |
A |
withAdditionalTrustBundlePolicy(String additionalTrustBundlePolicy) |
A |
withApiVersion(String apiVersion) |
A |
withBaseDomain(String baseDomain) |
A |
withBootstrapInPlace(BootstrapInPlace bootstrapInPlace) |
A |
withCapabilities(Capabilities capabilities) |
A |
withCompute(List<MachinePool> compute) |
A |
withCompute(MachinePool... compute) |
A |
withControlPlane(MachinePool controlPlane) |
A |
withCpuPartitioningMode(String cpuPartitioningMode) |
A |
withCredentialsMode(String credentialsMode) |
A |
withFeatureSet(String featureSet) |
A |
withFips() |
A |
withFips(Boolean fips) |
A |
withImageContentSources(ImageContentSource... imageContentSources) |
A |
withImageContentSources(List<ImageContentSource> imageContentSources) |
A |
withKind(String kind) |
A |
withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata) |
A |
withNetworking(Networking networking) |
InstallConfigFluent.BootstrapInPlaceNested<A> |
withNewBootstrapInPlace() |
A |
withNewBootstrapInPlace(String installationDisk) |
InstallConfigFluent.BootstrapInPlaceNested<A> |
withNewBootstrapInPlaceLike(BootstrapInPlace item) |
InstallConfigFluent.CapabilitiesNested<A> |
withNewCapabilities() |
InstallConfigFluent.CapabilitiesNested<A> |
withNewCapabilitiesLike(Capabilities item) |
InstallConfigFluent.ControlPlaneNested<A> |
withNewControlPlane() |
InstallConfigFluent.ControlPlaneNested<A> |
withNewControlPlaneLike(MachinePool item) |
InstallConfigFluent.MetadataNested<A> |
withNewMetadata() |
InstallConfigFluent.MetadataNested<A> |
withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) |
InstallConfigFluent.NetworkingNested<A> |
withNewNetworking() |
InstallConfigFluent.NetworkingNested<A> |
withNewNetworkingLike(Networking item) |
InstallConfigFluent.PlatformNested<A> |
withNewPlatform() |
InstallConfigFluent.PlatformNested<A> |
withNewPlatformLike(Platform item) |
InstallConfigFluent.ProxyNested<A> |
withNewProxy() |
A |
withNewProxy(String httpProxy,
String httpsProxy,
String noProxy) |
InstallConfigFluent.ProxyNested<A> |
withNewProxyLike(Proxy item) |
A |
withPlatform(Platform platform) |
A |
withProxy(Proxy proxy) |
A |
withPublish(String publish) |
A |
withPullSecret(String pullSecret) |
A |
withSshKey(String sshKey) |