Uses of Interface
io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluent
-
Packages that use EmptyDirVolumeSourceFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of EmptyDirVolumeSourceFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type EmptyDirVolumeSourceFluent Modifier and Type Interface Description interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>classEmptyDirVolumeSourceFluentImpl<A extends EmptyDirVolumeSourceFluent<A>>Subinterfaces of EmptyDirVolumeSourceFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interfaceVolumeFluent.EmptyDirNested<N>static interfaceWatchEventFluent.EmptyDirVolumeSourceObjectNested<N>Classes in io.fabric8.kubernetes.api.model that implement EmptyDirVolumeSourceFluent Modifier and Type Class Description classEmptyDirVolumeSourceBuilderclassEmptyDirVolumeSourceFluentImpl<A extends EmptyDirVolumeSourceFluent<A>>classVolumeFluentImpl.EmptyDirNestedImpl<N>classWatchEventFluentImpl.EmptyDirVolumeSourceObjectNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model with parameters of type EmptyDirVolumeSourceFluent Constructor Description EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent)EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent, EmptyDirVolumeSource instance)EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent, EmptyDirVolumeSource instance, Boolean validationEnabled)EmptyDirVolumeSourceBuilder(EmptyDirVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-