Uses of Class
io.fabric8.kubernetes.api.model.ServiceSpecFluent.PortsNested
-
Packages that use ServiceSpecFluent.PortsNested Package Description io.fabric8.kubernetes.api.model -
-
Uses of ServiceSpecFluent.PortsNested in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ServiceSpecFluent.PortsNested Modifier and Type Method Description ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. addNewPort()ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. addNewPortLike(ServicePort item)ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. editFirstPort()ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. editLastPort()ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. editMatchingPort(Predicate<ServicePortBuilder> predicate)ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. editPort(int index)ServiceSpecFluent.PortsNested<A>ServiceSpecFluent. setNewPortLike(int index, ServicePort item)
-