Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.Ports
-
-
Uses of Ports 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 Ports Modifier and Type Method Description PortsContainersFluent. buildFirstPort()PortsContainersFluent. buildLastPort()PortsContainersFluent. buildMatchingPort(Predicate<PortsBuilder> predicate)PortsContainersFluent. buildPort(int index)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec that return types with arguments of type Ports Modifier and Type Method Description List<Ports>ContainersFluent. buildPorts()List<Ports>Containers. getPorts()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type Ports Modifier and Type Method Description ContainersFluent.PortsNested<A>ContainersFluent. addNewPortLike(Ports item)AContainersFluent. addToPorts(int index, Ports item)AContainersFluent. addToPorts(Ports... items)AContainersFluent. removeFromPorts(Ports... items)ContainersFluent.PortsNested<A>ContainersFluent. setNewPortLike(int index, Ports item)AContainersFluent. setToPorts(int index, Ports item)AContainersFluent. withPorts(Ports... ports)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with type arguments of type Ports Modifier and Type Method Description AContainersFluent. addAllToPorts(Collection<Ports> items)AContainersFluent. removeAllFromPorts(Collection<Ports> items)voidContainers. setPorts(List<Ports> ports)AContainersFluent. withPorts(List<Ports> ports) -
Uses of Ports in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers that return Ports Modifier and Type Method Description PortsPortsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers with parameters of type Ports Constructor Description PortsBuilder(Ports instance)PortsBuilder(PortsFluent<?> fluent, Ports instance)PortsBuilder(PortsFluent<?> fluent, Ports instance, Boolean validationEnabled)PortsBuilder(Ports instance, Boolean validationEnabled)PortsFluent(Ports instance)
-