Class VsphereVolumeBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.VsphereVolumeFluent<VsphereVolumeBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.VsphereVolumeBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<VsphereVolume>,io.fabric8.kubernetes.api.builder.Fluent<VsphereVolumeBuilder>,io.fabric8.kubernetes.api.builder.Visitable<VsphereVolumeBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<VsphereVolume,VsphereVolumeBuilder>
public class VsphereVolumeBuilder extends VsphereVolumeFluent<VsphereVolumeBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<VsphereVolume,VsphereVolumeBuilder>
-
-
Constructor Summary
Constructors Constructor Description VsphereVolumeBuilder()VsphereVolumeBuilder(VsphereVolume instance)VsphereVolumeBuilder(VsphereVolumeFluent<?> fluent)VsphereVolumeBuilder(VsphereVolumeFluent<?> fluent, VsphereVolume instance)VsphereVolumeBuilder(VsphereVolumeFluent<?> fluent, VsphereVolume instance, Boolean validationEnabled)VsphereVolumeBuilder(VsphereVolumeFluent<?> fluent, Boolean validationEnabled)VsphereVolumeBuilder(VsphereVolume instance, Boolean validationEnabled)VsphereVolumeBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VsphereVolumebuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.VsphereVolumeFluent
equals, getFsType, getStoragePolicyID, getStoragePolicyName, getVolumePath, hasFsType, hashCode, hasStoragePolicyID, hasStoragePolicyName, hasVolumePath, toString, withFsType, withStoragePolicyID, withStoragePolicyName, withVolumePath
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
VsphereVolumeBuilder
public VsphereVolumeBuilder()
-
VsphereVolumeBuilder
public VsphereVolumeBuilder(Boolean validationEnabled)
-
VsphereVolumeBuilder
public VsphereVolumeBuilder(VsphereVolumeFluent<?> fluent)
-
VsphereVolumeBuilder
public VsphereVolumeBuilder(VsphereVolumeFluent<?> fluent, Boolean validationEnabled)
-
VsphereVolumeBuilder
public VsphereVolumeBuilder(VsphereVolumeFluent<?> fluent, VsphereVolume instance)
-
VsphereVolumeBuilder
public VsphereVolumeBuilder(VsphereVolumeFluent<?> fluent, VsphereVolume instance, Boolean validationEnabled)
-
VsphereVolumeBuilder
public VsphereVolumeBuilder(VsphereVolume instance)
-
VsphereVolumeBuilder
public VsphereVolumeBuilder(VsphereVolume instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public VsphereVolume build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<VsphereVolume>
-
-