Class ImageRegistryConfigStorageAzureBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageAzureFluent<ImageRegistryConfigStorageAzureBuilder>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageAzureBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ImageRegistryConfigStorageAzure>,io.fabric8.kubernetes.api.builder.Visitable<ImageRegistryConfigStorageAzureBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageRegistryConfigStorageAzure,ImageRegistryConfigStorageAzureBuilder>
public class ImageRegistryConfigStorageAzureBuilder extends ImageRegistryConfigStorageAzureFluent<ImageRegistryConfigStorageAzureBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageRegistryConfigStorageAzure,ImageRegistryConfigStorageAzureBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageAzureFluent
ImageRegistryConfigStorageAzureFluent.NetworkAccessNested<N>
-
-
Constructor Summary
Constructors Constructor Description ImageRegistryConfigStorageAzureBuilder()ImageRegistryConfigStorageAzureBuilder(ImageRegistryConfigStorageAzure instance)ImageRegistryConfigStorageAzureBuilder(ImageRegistryConfigStorageAzureFluent<?> fluent)ImageRegistryConfigStorageAzureBuilder(ImageRegistryConfigStorageAzureFluent<?> fluent, ImageRegistryConfigStorageAzure instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageRegistryConfigStorageAzurebuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageAzureFluent
addToAdditionalProperties, addToAdditionalProperties, buildNetworkAccess, copyInstance, editNetworkAccess, editOrNewNetworkAccess, editOrNewNetworkAccessLike, equals, getAccountName, getAdditionalProperties, getCloudName, getContainer, hasAccountName, hasAdditionalProperties, hasCloudName, hasContainer, hashCode, hasNetworkAccess, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAccountName, withAdditionalProperties, withCloudName, withContainer, withNetworkAccess, withNewNetworkAccess, withNewNetworkAccessLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ImageRegistryConfigStorageAzureBuilder
public ImageRegistryConfigStorageAzureBuilder()
-
ImageRegistryConfigStorageAzureBuilder
public ImageRegistryConfigStorageAzureBuilder(ImageRegistryConfigStorageAzureFluent<?> fluent)
-
ImageRegistryConfigStorageAzureBuilder
public ImageRegistryConfigStorageAzureBuilder(ImageRegistryConfigStorageAzureFluent<?> fluent, ImageRegistryConfigStorageAzure instance)
-
ImageRegistryConfigStorageAzureBuilder
public ImageRegistryConfigStorageAzureBuilder(ImageRegistryConfigStorageAzure instance)
-
-
Method Detail
-
build
public ImageRegistryConfigStorageAzure build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ImageRegistryConfigStorageAzure>
-
-