Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.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 PortsInitContainersFluent. buildFirstPort()PortsInitContainersFluent. buildLastPort()PortsInitContainersFluent. buildMatchingPort(Predicate<PortsBuilder> predicate)PortsInitContainersFluent. 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>InitContainersFluent. buildPorts()List<Ports>InitContainers. getPorts()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type Ports Modifier and Type Method Description InitContainersFluent.InitcontainersPortsNested<A>InitContainersFluent. addNewPortLike(Ports item)AInitContainersFluent. addToPorts(int index, Ports item)AInitContainersFluent. addToPorts(Ports... items)AInitContainersFluent. removeFromPorts(Ports... items)InitContainersFluent.InitcontainersPortsNested<A>InitContainersFluent. setNewPortLike(int index, Ports item)AInitContainersFluent. setToPorts(int index, Ports item)AInitContainersFluent. 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 AInitContainersFluent. addAllToInitcontainersPorts(Collection<Ports> items)AInitContainersFluent. removeAllFromInitcontainersPorts(Collection<Ports> items)voidInitContainers. setPorts(List<Ports> ports)AInitContainersFluent. withPorts(List<Ports> ports) -
Uses of Ports in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers that return Ports Modifier and Type Method Description PortsPortsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers 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)
-