Package io.fabric8.kubernetes.api.model
Class RBDPersistentVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluent<RBDPersistentVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<RBDPersistentVolumeSource>
,io.fabric8.kubernetes.api.builder.Visitable<RBDPersistentVolumeSourceBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<RBDPersistentVolumeSource,RBDPersistentVolumeSourceBuilder>
public class RBDPersistentVolumeSourceBuilder extends RBDPersistentVolumeSourceFluent<RBDPersistentVolumeSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RBDPersistentVolumeSource,RBDPersistentVolumeSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluent
RBDPersistentVolumeSourceFluent.SecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description RBDPersistentVolumeSourceBuilder()
RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSource instance)
RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent)
RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent, RBDPersistentVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RBDPersistentVolumeSource
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluent
addAllToMonitors, addToAdditionalProperties, addToAdditionalProperties, addToMonitors, addToMonitors, buildSecretRef, copyInstance, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getAdditionalProperties, getFirstMonitor, getFsType, getImage, getKeyring, getLastMonitor, getMatchingMonitor, getMonitor, getMonitors, getPool, getReadOnly, getUser, hasAdditionalProperties, hasFsType, hashCode, hasImage, hasKeyring, hasMatchingMonitor, hasMonitors, hasPool, hasReadOnly, hasSecretRef, hasUser, removeAllFromMonitors, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromMonitors, setToMonitors, toString, withAdditionalProperties, withFsType, withImage, withKeyring, withMonitors, withMonitors, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withPool, withReadOnly, withReadOnly, withSecretRef, withUser
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder()
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent)
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent, RBDPersistentVolumeSource instance)
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSource instance)
-
-
Method Detail
-
build
public RBDPersistentVolumeSource build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<RBDPersistentVolumeSource>
-
-