Class ControllerConfigSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.ControllerConfigSpecFluent<ControllerConfigSpecBuilder>
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.ControllerConfigSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ControllerConfigSpec>,io.fabric8.kubernetes.api.builder.Visitable<ControllerConfigSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ControllerConfigSpec,ControllerConfigSpecBuilder>
public class ControllerConfigSpecBuilder extends ControllerConfigSpecFluent<ControllerConfigSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ControllerConfigSpec,ControllerConfigSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.machineconfiguration.v1.ControllerConfigSpecFluent
ControllerConfigSpecFluent.ImageRegistryBundleDataNested<N>, ControllerConfigSpecFluent.ImageRegistryBundleUserDataNested<N>, ControllerConfigSpecFluent.NetworkNested<N>, ControllerConfigSpecFluent.PullSecretNested<N>
-
-
Constructor Summary
Constructors Constructor Description ControllerConfigSpecBuilder()ControllerConfigSpecBuilder(ControllerConfigSpec instance)ControllerConfigSpecBuilder(ControllerConfigSpecFluent<?> fluent)ControllerConfigSpecBuilder(ControllerConfigSpecFluent<?> fluent, ControllerConfigSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControllerConfigSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.machineconfiguration.v1.ControllerConfigSpecFluent
addAllToImageRegistryBundleData, addAllToImageRegistryBundleUserData, addNewImageRegistryBundleDatum, addNewImageRegistryBundleDatum, addNewImageRegistryBundleDatumLike, addNewImageRegistryBundleUserDatum, addNewImageRegistryBundleUserDatum, addNewImageRegistryBundleUserDatumLike, addToAdditionalProperties, addToAdditionalProperties, addToImageRegistryBundleData, addToImageRegistryBundleData, addToImageRegistryBundleUserData, addToImageRegistryBundleUserData, addToImages, addToImages, buildFirstImageRegistryBundleDatum, buildFirstImageRegistryBundleUserDatum, buildImageRegistryBundleData, buildImageRegistryBundleDatum, buildImageRegistryBundleUserData, buildImageRegistryBundleUserDatum, buildLastImageRegistryBundleDatum, buildLastImageRegistryBundleUserDatum, buildMatchingImageRegistryBundleDatum, buildMatchingImageRegistryBundleUserDatum, buildNetwork, buildPullSecret, copyInstance, editFirstImageRegistryBundleDatum, editFirstImageRegistryBundleUserDatum, editImageRegistryBundleDatum, editImageRegistryBundleUserDatum, editLastImageRegistryBundleDatum, editLastImageRegistryBundleUserDatum, editMatchingImageRegistryBundleDatum, editMatchingImageRegistryBundleUserDatum, editNetwork, editOrNewNetwork, editOrNewNetworkLike, editOrNewPullSecret, editOrNewPullSecretLike, editPullSecret, equals, getAdditionalProperties, getAdditionalTrustBundle, getBaseOSContainerImage, getBaseOSExtensionsContainerImage, getCloudProviderCAData, getCloudProviderConfig, getClusterDNSIP, getDns, getEtcdDiscoveryDomain, getImages, getInfra, getInternalRegistryPullSecret, getIpFamilies, getKubeAPIServerServingCAData, getNetworkType, getOsImageURL, getPlatform, getProxy, getReleaseImage, getRootCAData, hasAdditionalProperties, hasAdditionalTrustBundle, hasBaseOSContainerImage, hasBaseOSExtensionsContainerImage, hasCloudProviderCAData, hasCloudProviderConfig, hasClusterDNSIP, hasDns, hasEtcdDiscoveryDomain, hashCode, hasImageRegistryBundleData, hasImageRegistryBundleUserData, hasImages, hasInfra, hasInternalRegistryPullSecret, hasIpFamilies, hasKubeAPIServerServingCAData, hasMatchingImageRegistryBundleDatum, hasMatchingImageRegistryBundleUserDatum, hasNetwork, hasNetworkType, hasOsImageURL, hasPlatform, hasProxy, hasPullSecret, hasReleaseImage, hasRootCAData, removeAllFromImageRegistryBundleData, removeAllFromImageRegistryBundleUserData, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromImageRegistryBundleData, removeFromImageRegistryBundleUserData, removeFromImages, removeFromImages, removeMatchingFromImageRegistryBundleData, removeMatchingFromImageRegistryBundleUserData, setNewImageRegistryBundleDatumLike, setNewImageRegistryBundleUserDatumLike, setToImageRegistryBundleData, setToImageRegistryBundleUserData, toString, withAdditionalProperties, withAdditionalTrustBundle, withBaseOSContainerImage, withBaseOSExtensionsContainerImage, withCloudProviderCAData, withCloudProviderConfig, withClusterDNSIP, withDns, withEtcdDiscoveryDomain, withImageRegistryBundleData, withImageRegistryBundleData, withImageRegistryBundleUserData, withImageRegistryBundleUserData, withImages, withInfra, withInternalRegistryPullSecret, withIpFamilies, withKubeAPIServerServingCAData, withNetwork, withNetworkType, withNewNetwork, withNewNetworkLike, withNewProxy, withNewPullSecret, withNewPullSecretLike, withOsImageURL, withPlatform, withProxy, withPullSecret, withReleaseImage, withRootCAData
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ControllerConfigSpecBuilder
public ControllerConfigSpecBuilder()
-
ControllerConfigSpecBuilder
public ControllerConfigSpecBuilder(ControllerConfigSpecFluent<?> fluent)
-
ControllerConfigSpecBuilder
public ControllerConfigSpecBuilder(ControllerConfigSpecFluent<?> fluent, ControllerConfigSpec instance)
-
ControllerConfigSpecBuilder
public ControllerConfigSpecBuilder(ControllerConfigSpec instance)
-
-
Method Detail
-
build
public ControllerConfigSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ControllerConfigSpec>
-
-