Package io.fabric8.kubernetes.api.model
Class CinderVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.CinderVolumeSourceFluentImpl<CinderVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.CinderVolumeSourceBuilder
-
- All Implemented Interfaces:
Builder<CinderVolumeSource>,Fluent<CinderVolumeSourceBuilder>,Visitable<CinderVolumeSourceBuilder>,VisitableBuilder<CinderVolumeSource,CinderVolumeSourceBuilder>,CinderVolumeSourceFluent<CinderVolumeSourceBuilder>
public class CinderVolumeSourceBuilder extends CinderVolumeSourceFluentImpl<CinderVolumeSourceBuilder> implements VisitableBuilder<CinderVolumeSource,CinderVolumeSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.CinderVolumeSourceFluentImpl
CinderVolumeSourceFluentImpl.SecretRefNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.CinderVolumeSourceFluent
CinderVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description CinderVolumeSourceBuilder()CinderVolumeSourceBuilder(CinderVolumeSource instance)CinderVolumeSourceBuilder(CinderVolumeSourceFluent<?> fluent)CinderVolumeSourceBuilder(CinderVolumeSourceFluent<?> fluent, CinderVolumeSource instance)CinderVolumeSourceBuilder(CinderVolumeSourceFluent<?> fluent, CinderVolumeSource instance, Boolean validationEnabled)CinderVolumeSourceBuilder(CinderVolumeSourceFluent<?> fluent, Boolean validationEnabled)CinderVolumeSourceBuilder(CinderVolumeSource instance, Boolean validationEnabled)CinderVolumeSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CinderVolumeSourcebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.model.CinderVolumeSourceFluentImpl
buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, getFsType, getSecretRef, getVolumeID, hasFsType, hasReadOnly, hasSecretRef, hasVolumeID, isReadOnly, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withNewVolumeID, withNewVolumeID, withNewVolumeID, withReadOnly, withSecretRef, withVolumeID
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder()
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder(Boolean validationEnabled)
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder(CinderVolumeSourceFluent<?> fluent)
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder(CinderVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder(CinderVolumeSourceFluent<?> fluent, CinderVolumeSource instance)
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder(CinderVolumeSourceFluent<?> fluent, CinderVolumeSource instance, Boolean validationEnabled)
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder(CinderVolumeSource instance)
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder(CinderVolumeSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public CinderVolumeSource build()
- Specified by:
buildin interfaceBuilder<CinderVolumeSource>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCinderVolumeSourceFluentImpl<CinderVolumeSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCinderVolumeSourceFluentImpl<CinderVolumeSourceBuilder>
-
-