Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ContainersFluent.PortsNested
-
Packages that use ContainersFluent.PortsNested Package Description io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec -
-
Uses of ContainersFluent.PortsNested 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 ContainersFluent.PortsNested Modifier and Type Method Description ContainersFluent.PortsNested<A>ContainersFluent. addNewPort()ContainersFluent.PortsNested<A>ContainersFluent. addNewPortLike(Ports item)ContainersFluent.PortsNested<A>ContainersFluent. editFirstPort()ContainersFluent.PortsNested<A>ContainersFluent. editLastPort()ContainersFluent.PortsNested<A>ContainersFluent. editMatchingPort(Predicate<PortsBuilder> predicate)ContainersFluent.PortsNested<A>ContainersFluent. editPort(int index)ContainersFluent.PortsNested<A>ContainersFluent. setNewPortLike(int index, Ports item)
-