Package io.fabric8.kubernetes.api.model
Class RBDVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.RBDVolumeSourceFluentImpl<RBDVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.RBDVolumeSourceBuilder
-
- All Implemented Interfaces:
Builder<RBDVolumeSource>,Fluent<RBDVolumeSourceBuilder>,Visitable<RBDVolumeSourceBuilder>,VisitableBuilder<RBDVolumeSource,RBDVolumeSourceBuilder>,RBDVolumeSourceFluent<RBDVolumeSourceBuilder>
public class RBDVolumeSourceBuilder extends RBDVolumeSourceFluentImpl<RBDVolumeSourceBuilder> implements VisitableBuilder<RBDVolumeSource,RBDVolumeSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.RBDVolumeSourceFluentImpl
RBDVolumeSourceFluentImpl.SecretRefNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.RBDVolumeSourceFluent
RBDVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description RBDVolumeSourceBuilder()RBDVolumeSourceBuilder(RBDVolumeSource instance)RBDVolumeSourceBuilder(RBDVolumeSourceFluent<?> fluent)RBDVolumeSourceBuilder(RBDVolumeSourceFluent<?> fluent, RBDVolumeSource instance)RBDVolumeSourceBuilder(RBDVolumeSourceFluent<?> fluent, RBDVolumeSource instance, Boolean validationEnabled)RBDVolumeSourceBuilder(RBDVolumeSourceFluent<?> fluent, Boolean validationEnabled)RBDVolumeSourceBuilder(RBDVolumeSource instance, Boolean validationEnabled)RBDVolumeSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RBDVolumeSourcebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.model.RBDVolumeSourceFluentImpl
addAllToMonitors, addNewMonitor, addNewMonitor, addNewMonitor, addToMonitors, addToMonitors, buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, getFirstMonitor, getFsType, getImage, getKeyring, getLastMonitor, getMatchingMonitor, getMonitor, getMonitors, getPool, getSecretRef, getUser, hasFsType, hasImage, hasKeyring, hasMatchingMonitor, hasMonitors, hasPool, hasReadOnly, hasSecretRef, hasUser, isReadOnly, removeAllFromMonitors, removeFromMonitors, setToMonitors, withFsType, withImage, withKeyring, withMonitors, withMonitors, withNewFsType, withNewFsType, withNewFsType, withNewImage, withNewImage, withNewImage, withNewKeyring, withNewKeyring, withNewKeyring, withNewPool, withNewPool, withNewPool, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withNewUser, withNewUser, withNewUser, withPool, withReadOnly, withSecretRef, withUser
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
RBDVolumeSourceBuilder
public RBDVolumeSourceBuilder()
-
RBDVolumeSourceBuilder
public RBDVolumeSourceBuilder(Boolean validationEnabled)
-
RBDVolumeSourceBuilder
public RBDVolumeSourceBuilder(RBDVolumeSourceFluent<?> fluent)
-
RBDVolumeSourceBuilder
public RBDVolumeSourceBuilder(RBDVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-
RBDVolumeSourceBuilder
public RBDVolumeSourceBuilder(RBDVolumeSourceFluent<?> fluent, RBDVolumeSource instance)
-
RBDVolumeSourceBuilder
public RBDVolumeSourceBuilder(RBDVolumeSourceFluent<?> fluent, RBDVolumeSource instance, Boolean validationEnabled)
-
RBDVolumeSourceBuilder
public RBDVolumeSourceBuilder(RBDVolumeSource instance)
-
RBDVolumeSourceBuilder
public RBDVolumeSourceBuilder(RBDVolumeSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public RBDVolumeSource build()
- Specified by:
buildin interfaceBuilder<RBDVolumeSource>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classRBDVolumeSourceFluentImpl<RBDVolumeSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRBDVolumeSourceFluentImpl<RBDVolumeSourceBuilder>
-
-