Package io.fabric8.kubernetes.api.model
Class GCEPersistentDiskVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSourceFluentImpl<GCEPersistentDiskVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSourceBuilder
-
- All Implemented Interfaces:
Builder<GCEPersistentDiskVolumeSource>
,Fluent<GCEPersistentDiskVolumeSourceBuilder>
,Visitable<GCEPersistentDiskVolumeSourceBuilder>
,VisitableBuilder<GCEPersistentDiskVolumeSource,GCEPersistentDiskVolumeSourceBuilder>
,GCEPersistentDiskVolumeSourceFluent<GCEPersistentDiskVolumeSourceBuilder>
public class GCEPersistentDiskVolumeSourceBuilder extends GCEPersistentDiskVolumeSourceFluentImpl<GCEPersistentDiskVolumeSourceBuilder> implements VisitableBuilder<GCEPersistentDiskVolumeSource,GCEPersistentDiskVolumeSourceBuilder>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description GCEPersistentDiskVolumeSourceBuilder()
GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSource instance)
GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent)
GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, GCEPersistentDiskVolumeSource instance)
GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, GCEPersistentDiskVolumeSource instance, Boolean validationEnabled)
GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, Boolean validationEnabled)
GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSource instance, Boolean validationEnabled)
GCEPersistentDiskVolumeSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GCEPersistentDiskVolumeSource
build()
boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSourceFluentImpl
getFsType, getPartition, getPdName, hasFsType, hasPartition, hasPdName, hasReadOnly, isReadOnly, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewPdName, withNewPdName, withNewPdName, withNewReadOnly, withNewReadOnly, withPartition, withPdName, withReadOnly
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder()
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(Boolean validationEnabled)
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent)
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, GCEPersistentDiskVolumeSource instance)
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, GCEPersistentDiskVolumeSource instance, Boolean validationEnabled)
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSource instance)
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public GCEPersistentDiskVolumeSource build()
- Specified by:
build
in interfaceBuilder<GCEPersistentDiskVolumeSource>
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classGCEPersistentDiskVolumeSourceFluentImpl<GCEPersistentDiskVolumeSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGCEPersistentDiskVolumeSourceFluentImpl<GCEPersistentDiskVolumeSourceBuilder>
-
-