Package io.fabric8.kubernetes.api.model
Class EmptyDirVolumeSourceBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluentImpl<EmptyDirVolumeSourceBuilder>
io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceBuilder
- All Implemented Interfaces:
Builder<EmptyDirVolumeSource>,Fluent<EmptyDirVolumeSourceBuilder>,Visitable<EmptyDirVolumeSourceBuilder>,VisitableBuilder<EmptyDirVolumeSource,EmptyDirVolumeSourceBuilder>,EmptyDirVolumeSourceFluent<EmptyDirVolumeSourceBuilder>
public class EmptyDirVolumeSourceBuilder extends EmptyDirVolumeSourceFluentImpl<EmptyDirVolumeSourceBuilder> implements VisitableBuilder<EmptyDirVolumeSource,EmptyDirVolumeSourceBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluentImpl
EmptyDirVolumeSourceFluentImpl.SizeLimitNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluent
EmptyDirVolumeSourceFluent.SizeLimitNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description EmptyDirVolumeSourceBuilder()EmptyDirVolumeSourceBuilder(EmptyDirVolumeSource instance)EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent)EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent, EmptyDirVolumeSource instance)EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent, EmptyDirVolumeSource instance, Boolean validationEnabled)EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent, Boolean validationEnabled)EmptyDirVolumeSourceBuilder(EmptyDirVolumeSource instance, Boolean validationEnabled)EmptyDirVolumeSourceBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description EmptyDirVolumeSourcebuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluentImpl
buildSizeLimit, editOrNewSizeLimit, editOrNewSizeLimitLike, editSizeLimit, getMedium, getSizeLimit, hasMedium, hasSizeLimit, withMedium, withNewMedium, withNewMedium, withNewMedium, withNewSizeLimit, withNewSizeLimit, withNewSizeLimit, withNewSizeLimitLike, withSizeLimitMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
EmptyDirVolumeSourceBuilder
public EmptyDirVolumeSourceBuilder() -
EmptyDirVolumeSourceBuilder
-
EmptyDirVolumeSourceBuilder
-
EmptyDirVolumeSourceBuilder
public EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent, Boolean validationEnabled) -
EmptyDirVolumeSourceBuilder
public EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent, EmptyDirVolumeSource instance) -
EmptyDirVolumeSourceBuilder
public EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent, EmptyDirVolumeSource instance, Boolean validationEnabled) -
EmptyDirVolumeSourceBuilder
-
EmptyDirVolumeSourceBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<EmptyDirVolumeSource>
-
equals
- Overrides:
equalsin classEmptyDirVolumeSourceFluentImpl<EmptyDirVolumeSourceBuilder>
-