Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.Volumes
-
-
Uses of Volumes in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return Volumes Modifier and Type Method Description VolumesSpecFluent. buildFirstVolume()VolumesSpecFluent. buildLastVolume()VolumesSpecFluent. buildMatchingVolume(Predicate<VolumesBuilder> predicate)VolumesSpecFluent. buildVolume(int index)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview that return types with arguments of type Volumes Modifier and Type Method Description List<Volumes>SpecFluent. buildVolumes()List<Volumes>Spec. getVolumes()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with parameters of type Volumes Modifier and Type Method Description SpecFluent.VolumesNested<A>SpecFluent. addNewVolumeLike(Volumes item)ASpecFluent. addToVolumes(int index, Volumes item)ASpecFluent. addToVolumes(Volumes... items)ASpecFluent. removeFromVolumes(Volumes... items)SpecFluent.VolumesNested<A>SpecFluent. setNewVolumeLike(int index, Volumes item)ASpecFluent. setToVolumes(int index, Volumes item)ASpecFluent. withVolumes(Volumes... volumes)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview with type arguments of type Volumes Modifier and Type Method Description ASpecFluent. addAllToVolumes(Collection<Volumes> items)ASpecFluent. removeAllFromVolumes(Collection<Volumes> items)voidSpec. setVolumes(List<Volumes> volumes)ASpecFluent. withVolumes(List<Volumes> volumes) -
Uses of Volumes in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec that return Volumes Modifier and Type Method Description VolumesVolumesBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type Volumes Constructor Description VolumesBuilder(Volumes instance)VolumesBuilder(VolumesFluent<?> fluent, Volumes instance)VolumesBuilder(VolumesFluent<?> fluent, Volumes instance, Boolean validationEnabled)VolumesBuilder(Volumes instance, Boolean validationEnabled)VolumesFluent(Volumes instance)
-