Uses of Class
io.fabric8.kubernetes.api.model.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()ServicePortServiceSpecFluentImpl. buildFirstPort()ServicePortServiceSpecFluent. buildLastPort()ServicePortServiceSpecFluentImpl. buildLastPort()ServicePortServiceSpecFluent. buildMatchingPort(Predicate<ServicePortBuilder> predicate)ServicePortServiceSpecFluentImpl. buildMatchingPort(Predicate<ServicePortBuilder> predicate)ServicePortServiceSpecFluent. buildPort(int index)ServicePortServiceSpecFluentImpl. buildPort(int index)ServicePortDoneableServicePort. done()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>ServiceSpecFluentImpl. buildPorts()List<ServicePort>ServiceSpec. getPorts()List<ServicePort>ServiceSpecFluent. getPorts()Deprecated.List<ServicePort>ServiceSpecFluentImpl. getPorts()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type ServicePort Modifier and Type Method Description ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. addNewPortLike(ServicePort item)ServiceSpecFluent.PortsNested<A>ServiceSpecFluentImpl. addNewPortLike(ServicePort item)AServiceSpecFluent. addToPorts(int index, ServicePort item)AServiceSpecFluent. addToPorts(ServicePort... items)AServiceSpecFluentImpl. addToPorts(int index, ServicePort item)AServiceSpecFluentImpl. addToPorts(ServicePort... items)AServiceSpecFluent. removeFromPorts(ServicePort... items)AServiceSpecFluentImpl. removeFromPorts(ServicePort... items)ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. setNewPortLike(int index, ServicePort item)ServiceSpecFluent.PortsNested<A>ServiceSpecFluentImpl. setNewPortLike(int index, ServicePort item)AServiceSpecFluent. setToPorts(int index, ServicePort item)AServiceSpecFluentImpl. setToPorts(int index, ServicePort item)WatchEventFluent.ServicePortObjectNested<A>WatchEventFluent. withNewServicePortObjectLike(ServicePort item)WatchEventFluent.ServicePortObjectNested<A>WatchEventFluentImpl. withNewServicePortObjectLike(ServicePort item)AServiceSpecFluent. withPorts(ServicePort... ports)AServiceSpecFluentImpl. withPorts(ServicePort... ports)AWatchEventFluent. withServicePortObject(ServicePort servicePortObject)AWatchEventFluentImpl. withServicePortObject(ServicePort servicePortObject)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type ServicePort Modifier and Type Method Description AServiceSpecFluent. addAllToPorts(Collection<ServicePort> items)AServiceSpecFluentImpl. addAllToPorts(Collection<ServicePort> items)AServiceSpecFluent. removeAllFromPorts(Collection<ServicePort> items)AServiceSpecFluentImpl. removeAllFromPorts(Collection<ServicePort> items)voidServiceSpec. setPorts(List<ServicePort> ports)AServiceSpecFluent. withPorts(List<ServicePort> ports)AServiceSpecFluentImpl. withPorts(List<ServicePort> ports)Constructors in io.fabric8.kubernetes.api.model with parameters of type ServicePort Constructor Description DoneableServicePort(ServicePort item)DoneableServicePort(ServicePort item, Function<ServicePort,ServicePort> function)ServicePortBuilder(ServicePort instance)ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance)ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance, Boolean validationEnabled)ServicePortBuilder(ServicePort instance, Boolean validationEnabled)ServicePortFluentImpl(ServicePort instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type ServicePort Constructor Description DoneableServicePort(Function<ServicePort,ServicePort> function)DoneableServicePort(Function<ServicePort,ServicePort> function)DoneableServicePort(ServicePort item, Function<ServicePort,ServicePort> function)DoneableServicePort(ServicePort item, Function<ServicePort,ServicePort> function)