Class InstallConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.v1.InstallConfigFluent<InstallConfigBuilder>
-
- io.fabric8.openshift.api.model.installer.v1.InstallConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallConfig>,io.fabric8.kubernetes.api.builder.Visitable<InstallConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallConfig,InstallConfigBuilder>
public class InstallConfigBuilder extends InstallConfigFluent<InstallConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallConfig,InstallConfigBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.installer.v1.InstallConfigFluent
InstallConfigFluent.ArbiterNested<N>, InstallConfigFluent.BootstrapInPlaceNested<N>, InstallConfigFluent.CapabilitiesNested<N>, InstallConfigFluent.ComputeNested<N>, InstallConfigFluent.ControlPlaneNested<N>, InstallConfigFluent.ImageContentSourcesNested<N>, InstallConfigFluent.ImageDigestSourcesNested<N>, InstallConfigFluent.MetadataNested<N>, InstallConfigFluent.NetworkingNested<N>, InstallConfigFluent.OperatorPublishingStrategyNested<N>, InstallConfigFluent.PlatformNested<N>, InstallConfigFluent.ProxyNested<N>
-
-
Constructor Summary
Constructors Constructor Description InstallConfigBuilder()InstallConfigBuilder(InstallConfig instance)InstallConfigBuilder(InstallConfigFluent<?> fluent)InstallConfigBuilder(InstallConfigFluent<?> fluent, InstallConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallConfigbuild()-
Methods inherited from class io.fabric8.openshift.api.model.installer.v1.InstallConfigFluent
addAllToCompute, addAllToFeatureGates, addAllToImageContentSources, addAllToImageDigestSources, addNewCompute, addNewComputeLike, addNewImageContentSource, addNewImageContentSourceLike, addNewImageDigestSource, addNewImageDigestSourceLike, addToAdditionalProperties, addToAdditionalProperties, addToCompute, addToCompute, addToFeatureGates, addToFeatureGates, addToImageContentSources, addToImageContentSources, addToImageDigestSources, addToImageDigestSources, buildArbiter, buildBootstrapInPlace, buildCapabilities, buildCompute, buildCompute, buildControlPlane, buildFirstCompute, buildFirstImageContentSource, buildFirstImageDigestSource, buildImageContentSource, buildImageContentSources, buildImageDigestSource, buildImageDigestSources, buildLastCompute, buildLastImageContentSource, buildLastImageDigestSource, buildMatchingCompute, buildMatchingImageContentSource, buildMatchingImageDigestSource, buildMetadata, buildNetworking, buildOperatorPublishingStrategy, buildPlatform, buildProxy, copyInstance, editArbiter, editBootstrapInPlace, editCapabilities, editCompute, editControlPlane, editFirstCompute, editFirstImageContentSource, editFirstImageDigestSource, editImageContentSource, editImageDigestSource, editLastCompute, editLastImageContentSource, editLastImageDigestSource, editMatchingCompute, editMatchingImageContentSource, editMatchingImageDigestSource, editMetadata, editNetworking, editOperatorPublishingStrategy, editOrNewArbiter, editOrNewArbiterLike, editOrNewBootstrapInPlace, editOrNewBootstrapInPlaceLike, editOrNewCapabilities, editOrNewCapabilitiesLike, editOrNewControlPlane, editOrNewControlPlaneLike, editOrNewMetadata, editOrNewMetadataLike, editOrNewNetworking, editOrNewNetworkingLike, editOrNewOperatorPublishingStrategy, editOrNewOperatorPublishingStrategyLike, editOrNewPlatform, editOrNewPlatformLike, editOrNewProxy, editOrNewProxyLike, editPlatform, editProxy, equals, getAdditionalProperties, getAdditionalTrustBundle, getAdditionalTrustBundlePolicy, getApiVersion, getBaseDomain, getCpuPartitioningMode, getCredentialsMode, getFeatureGate, getFeatureGates, getFeatureSet, getFips, getFirstFeatureGate, getKind, getLastFeatureGate, getMatchingFeatureGate, getPublish, getPullSecret, getSshKey, hasAdditionalProperties, hasAdditionalTrustBundle, hasAdditionalTrustBundlePolicy, hasApiVersion, hasArbiter, hasBaseDomain, hasBootstrapInPlace, hasCapabilities, hasCompute, hasControlPlane, hasCpuPartitioningMode, hasCredentialsMode, hasFeatureGates, hasFeatureSet, hasFips, hashCode, hasImageContentSources, hasImageDigestSources, hasKind, hasMatchingCompute, hasMatchingFeatureGate, hasMatchingImageContentSource, hasMatchingImageDigestSource, hasMetadata, hasNetworking, hasOperatorPublishingStrategy, hasPlatform, hasProxy, hasPublish, hasPullSecret, hasSshKey, removeAllFromCompute, removeAllFromFeatureGates, removeAllFromImageContentSources, removeAllFromImageDigestSources, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCompute, removeFromFeatureGates, removeFromImageContentSources, removeFromImageDigestSources, removeMatchingFromCompute, removeMatchingFromImageContentSources, removeMatchingFromImageDigestSources, setNewComputeLike, setNewImageContentSourceLike, setNewImageDigestSourceLike, setToCompute, setToFeatureGates, setToImageContentSources, setToImageDigestSources, toString, withAdditionalProperties, withAdditionalTrustBundle, withAdditionalTrustBundlePolicy, withApiVersion, withArbiter, withBaseDomain, withBootstrapInPlace, withCapabilities, withCompute, withCompute, withControlPlane, withCpuPartitioningMode, withCredentialsMode, withFeatureGates, withFeatureGates, withFeatureSet, withFips, withFips, withImageContentSources, withImageContentSources, withImageDigestSources, withImageDigestSources, withKind, withMetadata, withNetworking, withNewArbiter, withNewArbiterLike, withNewBootstrapInPlace, withNewBootstrapInPlace, withNewBootstrapInPlaceLike, withNewCapabilities, withNewCapabilitiesLike, withNewControlPlane, withNewControlPlaneLike, withNewMetadata, withNewMetadataLike, withNewNetworking, withNewNetworkingLike, withNewOperatorPublishingStrategy, withNewOperatorPublishingStrategy, withNewOperatorPublishingStrategyLike, withNewPlatform, withNewPlatformLike, withNewProxy, withNewProxy, withNewProxyLike, withOperatorPublishingStrategy, withPlatform, withProxy, withPublish, withPullSecret, withSshKey
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InstallConfigBuilder
public InstallConfigBuilder()
-
InstallConfigBuilder
public InstallConfigBuilder(InstallConfigFluent<?> fluent)
-
InstallConfigBuilder
public InstallConfigBuilder(InstallConfig instance)
-
InstallConfigBuilder
public InstallConfigBuilder(InstallConfigFluent<?> fluent, InstallConfig instance)
-
-
Method Detail
-
build
public InstallConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallConfig>
-
-