Package io.fabric8.kubernetes.api.model
Class AttachedVolumeBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AttachedVolumeFluent<AttachedVolumeBuilder>
-
- io.fabric8.kubernetes.api.model.AttachedVolumeBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AttachedVolume>
,io.fabric8.kubernetes.api.builder.Visitable<AttachedVolumeBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<AttachedVolume,AttachedVolumeBuilder>
public class AttachedVolumeBuilder extends AttachedVolumeFluent<AttachedVolumeBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AttachedVolume,AttachedVolumeBuilder>
-
-
Constructor Summary
Constructors Constructor Description AttachedVolumeBuilder()
AttachedVolumeBuilder(AttachedVolume instance)
AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent)
AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedVolume
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.AttachedVolumeFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getDevicePath, getName, hasAdditionalProperties, hasDevicePath, hashCode, hasName, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withDevicePath, withName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AttachedVolumeBuilder
public AttachedVolumeBuilder()
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent)
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance)
-
AttachedVolumeBuilder
public AttachedVolumeBuilder(AttachedVolume instance)
-
-
Method Detail
-
build
public AttachedVolume build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<AttachedVolume>
-
-