Package io.fabric8.kubernetes.api.model
Class RBDPersistentVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluentImpl<RBDPersistentVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceBuilder
-
- All Implemented Interfaces:
Builder<RBDPersistentVolumeSource>
,Fluent<RBDPersistentVolumeSourceBuilder>
,Visitable<RBDPersistentVolumeSourceBuilder>
,VisitableBuilder<RBDPersistentVolumeSource,RBDPersistentVolumeSourceBuilder>
,RBDPersistentVolumeSourceFluent<RBDPersistentVolumeSourceBuilder>
public class RBDPersistentVolumeSourceBuilder extends RBDPersistentVolumeSourceFluentImpl<RBDPersistentVolumeSourceBuilder> implements VisitableBuilder<RBDPersistentVolumeSource,RBDPersistentVolumeSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluentImpl
RBDPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluent
RBDPersistentVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description RBDPersistentVolumeSourceBuilder()
RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSource instance)
RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent)
RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent, RBDPersistentVolumeSource instance)
RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent, RBDPersistentVolumeSource instance, Boolean validationEnabled)
RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent, Boolean validationEnabled)
RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSource instance, Boolean validationEnabled)
RBDPersistentVolumeSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RBDPersistentVolumeSource
build()
boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluentImpl
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
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder()
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(Boolean validationEnabled)
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent)
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent, RBDPersistentVolumeSource instance)
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSourceFluent<?> fluent, RBDPersistentVolumeSource instance, Boolean validationEnabled)
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSource instance)
-
RBDPersistentVolumeSourceBuilder
public RBDPersistentVolumeSourceBuilder(RBDPersistentVolumeSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public RBDPersistentVolumeSource build()
- Specified by:
build
in interfaceBuilder<RBDPersistentVolumeSource>
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classRBDPersistentVolumeSourceFluentImpl<RBDPersistentVolumeSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classRBDPersistentVolumeSourceFluentImpl<RBDPersistentVolumeSourceBuilder>
-
-