Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.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 PortsEphemeralContainersFluent. buildFirstPort()PortsEphemeralContainersFluent. buildLastPort()PortsEphemeralContainersFluent. buildMatchingPort(Predicate<PortsBuilder> predicate)PortsEphemeralContainersFluent. 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>EphemeralContainersFluent. buildPorts()List<Ports>EphemeralContainers. getPorts()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type Ports Modifier and Type Method Description EphemeralContainersFluent.EphemeralcontainersPortsNested<A>EphemeralContainersFluent. addNewPortLike(Ports item)AEphemeralContainersFluent. addToPorts(int index, Ports item)AEphemeralContainersFluent. addToPorts(Ports... items)AEphemeralContainersFluent. removeFromPorts(Ports... items)EphemeralContainersFluent.EphemeralcontainersPortsNested<A>EphemeralContainersFluent. setNewPortLike(int index, Ports item)AEphemeralContainersFluent. setToPorts(int index, Ports item)AEphemeralContainersFluent. 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 AEphemeralContainersFluent. addAllToEphemeralcontainersPorts(Collection<Ports> items)AEphemeralContainersFluent. removeAllFromEphemeralcontainersPorts(Collection<Ports> items)voidEphemeralContainers. setPorts(List<Ports> ports)AEphemeralContainersFluent. withPorts(List<Ports> ports) -
Uses of Ports in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers that return Ports Modifier and Type Method Description PortsPortsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers 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)
-