Uses of Class
io.fabric8.kubernetes.api.model.ServicePort
-
Packages that use ServicePort Package Description io.fabric8.kubernetes.api.model -
-
Uses of ServicePort in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ServicePort Modifier and Type Method Description ServicePortServicePortBuilder. build()ServicePortServiceSpecFluent. buildFirstPort()ServicePortServiceSpecFluent. buildLastPort()ServicePortServiceSpecFluent. buildMatchingPort(Predicate<ServicePortBuilder> predicate)ServicePortServiceSpecFluent. buildPort(int index)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type ServicePort Modifier and Type Method Description List<ServicePort>ServiceSpecFluent. buildPorts()List<ServicePort>ServiceSpec. getPorts()Methods in io.fabric8.kubernetes.api.model with parameters of type ServicePort Modifier and Type Method Description ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. addNewPortLike(ServicePort item)AServiceSpecFluent. addToPorts(int index, ServicePort item)AServiceSpecFluent. addToPorts(ServicePort... items)protected voidServicePortFluent. copyInstance(ServicePort instance)AServiceSpecFluent. removeFromPorts(ServicePort... items)ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. setNewPortLike(int index, ServicePort item)AServiceSpecFluent. setToPorts(int index, ServicePort item)AServiceSpecFluent. withPorts(ServicePort... ports)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type ServicePort Modifier and Type Method Description AServiceSpecFluent. addAllToPorts(Collection<ServicePort> items)AServiceSpecFluent. removeAllFromPorts(Collection<ServicePort> items)voidServiceSpec. setPorts(List<ServicePort> ports)AServiceSpecFluent. withPorts(List<ServicePort> ports)Constructors in io.fabric8.kubernetes.api.model with parameters of type ServicePort Constructor Description ServicePortBuilder(ServicePort instance)ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance)ServicePortFluent(ServicePort instance)
-