Class PhotonPersistentDiskBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.PhotonPersistentDiskFluent<PhotonPersistentDiskBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.PhotonPersistentDiskBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PhotonPersistentDisk>,io.fabric8.kubernetes.api.builder.Fluent<PhotonPersistentDiskBuilder>,io.fabric8.kubernetes.api.builder.Visitable<PhotonPersistentDiskBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PhotonPersistentDisk,PhotonPersistentDiskBuilder>
public class PhotonPersistentDiskBuilder extends PhotonPersistentDiskFluent<PhotonPersistentDiskBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PhotonPersistentDisk,PhotonPersistentDiskBuilder>
-
-
Constructor Summary
Constructors Constructor Description PhotonPersistentDiskBuilder()PhotonPersistentDiskBuilder(PhotonPersistentDisk instance)PhotonPersistentDiskBuilder(PhotonPersistentDiskFluent<?> fluent)PhotonPersistentDiskBuilder(PhotonPersistentDiskFluent<?> fluent, PhotonPersistentDisk instance)PhotonPersistentDiskBuilder(PhotonPersistentDiskFluent<?> fluent, PhotonPersistentDisk instance, Boolean validationEnabled)PhotonPersistentDiskBuilder(PhotonPersistentDiskFluent<?> fluent, Boolean validationEnabled)PhotonPersistentDiskBuilder(PhotonPersistentDisk instance, Boolean validationEnabled)PhotonPersistentDiskBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhotonPersistentDiskbuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.PhotonPersistentDiskFluent
equals, getFsType, getPdID, hasFsType, hashCode, hasPdID, toString, withFsType, withPdID
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PhotonPersistentDiskBuilder
public PhotonPersistentDiskBuilder()
-
PhotonPersistentDiskBuilder
public PhotonPersistentDiskBuilder(Boolean validationEnabled)
-
PhotonPersistentDiskBuilder
public PhotonPersistentDiskBuilder(PhotonPersistentDiskFluent<?> fluent)
-
PhotonPersistentDiskBuilder
public PhotonPersistentDiskBuilder(PhotonPersistentDiskFluent<?> fluent, Boolean validationEnabled)
-
PhotonPersistentDiskBuilder
public PhotonPersistentDiskBuilder(PhotonPersistentDiskFluent<?> fluent, PhotonPersistentDisk instance)
-
PhotonPersistentDiskBuilder
public PhotonPersistentDiskBuilder(PhotonPersistentDiskFluent<?> fluent, PhotonPersistentDisk instance, Boolean validationEnabled)
-
PhotonPersistentDiskBuilder
public PhotonPersistentDiskBuilder(PhotonPersistentDisk instance)
-
PhotonPersistentDiskBuilder
public PhotonPersistentDiskBuilder(PhotonPersistentDisk instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public PhotonPersistentDisk build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PhotonPersistentDisk>
-
-