Class ImageRegistryConfigStorageIBMCOSBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageIBMCOSFluent<ImageRegistryConfigStorageIBMCOSBuilder>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageIBMCOSBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ImageRegistryConfigStorageIBMCOS>,io.fabric8.kubernetes.api.builder.Visitable<ImageRegistryConfigStorageIBMCOSBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageRegistryConfigStorageIBMCOS,ImageRegistryConfigStorageIBMCOSBuilder>
public class ImageRegistryConfigStorageIBMCOSBuilder extends ImageRegistryConfigStorageIBMCOSFluent<ImageRegistryConfigStorageIBMCOSBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageRegistryConfigStorageIBMCOS,ImageRegistryConfigStorageIBMCOSBuilder>
-
-
Constructor Summary
Constructors Constructor Description ImageRegistryConfigStorageIBMCOSBuilder()ImageRegistryConfigStorageIBMCOSBuilder(ImageRegistryConfigStorageIBMCOS instance)ImageRegistryConfigStorageIBMCOSBuilder(ImageRegistryConfigStorageIBMCOSFluent<?> fluent)ImageRegistryConfigStorageIBMCOSBuilder(ImageRegistryConfigStorageIBMCOSFluent<?> fluent, ImageRegistryConfigStorageIBMCOS instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageRegistryConfigStorageIBMCOSbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageIBMCOSFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getBucket, getLocation, getResourceGroupName, getResourceKeyCRN, getServiceInstanceCRN, hasAdditionalProperties, hasBucket, hashCode, hasLocation, hasResourceGroupName, hasResourceKeyCRN, hasServiceInstanceCRN, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withBucket, withLocation, withResourceGroupName, withResourceKeyCRN, withServiceInstanceCRN
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ImageRegistryConfigStorageIBMCOSBuilder
public ImageRegistryConfigStorageIBMCOSBuilder()
-
ImageRegistryConfigStorageIBMCOSBuilder
public ImageRegistryConfigStorageIBMCOSBuilder(ImageRegistryConfigStorageIBMCOSFluent<?> fluent)
-
ImageRegistryConfigStorageIBMCOSBuilder
public ImageRegistryConfigStorageIBMCOSBuilder(ImageRegistryConfigStorageIBMCOS instance)
-
ImageRegistryConfigStorageIBMCOSBuilder
public ImageRegistryConfigStorageIBMCOSBuilder(ImageRegistryConfigStorageIBMCOSFluent<?> fluent, ImageRegistryConfigStorageIBMCOS instance)
-
-
Method Detail
-
build
public ImageRegistryConfigStorageIBMCOS build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ImageRegistryConfigStorageIBMCOS>
-
-