Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.SpecFluent.VolumesNested
-
Packages that use SpecFluent.VolumesNested Package Description io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview -
-
Uses of SpecFluent.VolumesNested 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 SpecFluent.VolumesNested Modifier and Type Method Description SpecFluent.VolumesNested<A>SpecFluent. addNewVolume()SpecFluent.VolumesNested<A>SpecFluent. addNewVolumeLike(Volumes item)SpecFluent.VolumesNested<A>SpecFluent. editFirstVolume()SpecFluent.VolumesNested<A>SpecFluent. editLastVolume()SpecFluent.VolumesNested<A>SpecFluent. editMatchingVolume(Predicate<VolumesBuilder> predicate)SpecFluent.VolumesNested<A>SpecFluent. editVolume(int index)SpecFluent.VolumesNested<A>SpecFluent. setNewVolumeLike(int index, Volumes item)
-