Uses of Interface
io.fabric8.kubernetes.api.model.QuobyteVolumeSourceFluent
-
Packages that use QuobyteVolumeSourceFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of QuobyteVolumeSourceFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type QuobyteVolumeSourceFluent Modifier and Type Interface Description interface
QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
class
QuobyteVolumeSourceFluentImpl<A extends QuobyteVolumeSourceFluent<A>>
Subinterfaces of QuobyteVolumeSourceFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interface
PersistentVolumeSpecFluent.QuobyteNested<N>
static interface
VolumeFluent.QuobyteNested<N>
static interface
WatchEventFluent.QuobyteVolumeSourceObjectNested<N>
Classes in io.fabric8.kubernetes.api.model that implement QuobyteVolumeSourceFluent Modifier and Type Class Description class
PersistentVolumeSpecFluentImpl.QuobyteNestedImpl<N>
class
QuobyteVolumeSourceBuilder
class
QuobyteVolumeSourceFluentImpl<A extends QuobyteVolumeSourceFluent<A>>
class
VolumeFluentImpl.QuobyteNestedImpl<N>
class
WatchEventFluentImpl.QuobyteVolumeSourceObjectNestedImpl<N>
Constructors in io.fabric8.kubernetes.api.model with parameters of type QuobyteVolumeSourceFluent Constructor Description QuobyteVolumeSourceBuilder(QuobyteVolumeSourceFluent<?> fluent)
QuobyteVolumeSourceBuilder(QuobyteVolumeSourceFluent<?> fluent, QuobyteVolumeSource instance)
QuobyteVolumeSourceBuilder(QuobyteVolumeSourceFluent<?> fluent, QuobyteVolumeSource instance, Boolean validationEnabled)
QuobyteVolumeSourceBuilder(QuobyteVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-