Package io.fabric8.kubernetes.api.model
Class AttachedVolumeBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.AttachedVolumeFluentImpl<AttachedVolumeBuilder>
io.fabric8.kubernetes.api.model.AttachedVolumeBuilder
- All Implemented Interfaces:
Builder<AttachedVolume>,Fluent<AttachedVolumeBuilder>,Visitable<AttachedVolumeBuilder>,VisitableBuilder<AttachedVolume,AttachedVolumeBuilder>,AttachedVolumeFluent<AttachedVolumeBuilder>
public class AttachedVolumeBuilder extends AttachedVolumeFluentImpl<AttachedVolumeBuilder> implements VisitableBuilder<AttachedVolume,AttachedVolumeBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AttachedVolumeBuilder()AttachedVolumeBuilder(AttachedVolume instance)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance, Boolean validationEnabled)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, Boolean validationEnabled)AttachedVolumeBuilder(AttachedVolume instance, Boolean validationEnabled)AttachedVolumeBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description AttachedVolumebuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.AttachedVolumeFluentImpl
getDevicePath, getName, hasDevicePath, hasName, withDevicePath, withName, withNewDevicePath, withNewDevicePath, withNewDevicePath, withNewName, withNewName, withNewNameMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
AttachedVolumeBuilder
public AttachedVolumeBuilder() -
AttachedVolumeBuilder
-
AttachedVolumeBuilder
-
AttachedVolumeBuilder
-
AttachedVolumeBuilder
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance, Boolean validationEnabled) -
AttachedVolumeBuilder
-
AttachedVolumeBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<AttachedVolume>
-
equals
- Overrides:
equalsin classAttachedVolumeFluentImpl<AttachedVolumeBuilder>
-