Class StorageosBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.StorageosFluent<StorageosBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.StorageosBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Storageos>,io.fabric8.kubernetes.api.builder.Fluent<StorageosBuilder>,io.fabric8.kubernetes.api.builder.Visitable<StorageosBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Storageos,StorageosBuilder>
public class StorageosBuilder extends StorageosFluent<StorageosBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Storageos,StorageosBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.StorageosFluent
StorageosFluent.StorageosSecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description StorageosBuilder()StorageosBuilder(Storageos instance)StorageosBuilder(StorageosFluent<?> fluent)StorageosBuilder(StorageosFluent<?> fluent, Storageos instance)StorageosBuilder(StorageosFluent<?> fluent, Storageos instance, Boolean validationEnabled)StorageosBuilder(StorageosFluent<?> fluent, Boolean validationEnabled)StorageosBuilder(Storageos instance, Boolean validationEnabled)StorageosBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Storageosbuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.StorageosFluent
buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editStorageosSecretRef, equals, getFsType, getReadOnly, getVolumeName, getVolumeNamespace, hasFsType, hashCode, hasReadOnly, hasSecretRef, hasVolumeName, hasVolumeNamespace, toString, withFsType, withNewSecretRefLike, withNewStorageosSecretRef, withReadOnly, withReadOnly, withSecretRef, withVolumeName, withVolumeNamespace
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
StorageosBuilder
public StorageosBuilder()
-
StorageosBuilder
public StorageosBuilder(Boolean validationEnabled)
-
StorageosBuilder
public StorageosBuilder(StorageosFluent<?> fluent)
-
StorageosBuilder
public StorageosBuilder(StorageosFluent<?> fluent, Boolean validationEnabled)
-
StorageosBuilder
public StorageosBuilder(StorageosFluent<?> fluent, Storageos instance)
-
StorageosBuilder
public StorageosBuilder(StorageosFluent<?> fluent, Storageos instance, Boolean validationEnabled)
-
StorageosBuilder
public StorageosBuilder(Storageos instance)
-
-