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
-
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
Modifier and Type Method Description CinderVolumeSource
build()
boolean
equals(Object o)
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, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder() -
CinderVolumeSourceBuilder
-
CinderVolumeSourceBuilder
-
CinderVolumeSourceBuilder
-
CinderVolumeSourceBuilder
-
CinderVolumeSourceBuilder
public CinderVolumeSourceBuilder(CinderVolumeSourceFluent<?> fluent, CinderVolumeSource instance, Boolean validationEnabled) -
CinderVolumeSourceBuilder
-
CinderVolumeSourceBuilder
-
-
Method Details
-
build
- Specified by:
build
in interfaceBuilder<CinderVolumeSource>
-
equals
- Overrides:
equals
in classCinderVolumeSourceFluentImpl<CinderVolumeSourceBuilder>
-