public interface ServiceSpecFluent<T extends ServiceSpecFluent<T>> extends Fluent<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceSpecFluent.PortsNested<N> |
String getClusterIP()
String getPortalIP()
T addToPorts(ServicePort... items)
T removeFromPorts(ServicePort... items)
List<ServicePort> getPorts()
T withPorts(List<ServicePort> ports)
T withPorts(ServicePort... ports)
ServiceSpecFluent.PortsNested<T> addNewPort()
ServiceSpecFluent.PortsNested<T> addNewPortLike(ServicePort item)
String getSessionAffinity()
String getType()
Copyright © 2011–2015 Red Hat. All rights reserved.