public interface IngressBackendFluent<A extends IngressBackendFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IngressBackendFluent.ServicePortNested<N> |
| Modifier and Type | Method and Description |
|---|---|
IngressBackendFluent.ServicePortNested<A> |
editOrNewServicePort() |
IngressBackendFluent.ServicePortNested<A> |
editOrNewServicePortLike(IntOrString item) |
IngressBackendFluent.ServicePortNested<A> |
editServicePort() |
String |
getServiceName() |
IntOrString |
getServicePort() |
IngressBackendFluent.ServicePortNested<A> |
withNewServicePort() |
A |
withNewServicePort(Integer intVal) |
A |
withNewServicePort(String strVal) |
IngressBackendFluent.ServicePortNested<A> |
withNewServicePortLike(IntOrString item) |
A |
withServiceName(String serviceName) |
A |
withServicePort(IntOrString servicePort) |
String getServiceName()
IntOrString getServicePort()
A withServicePort(IntOrString servicePort)
IngressBackendFluent.ServicePortNested<A> withNewServicePort()
IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(IntOrString item)
IngressBackendFluent.ServicePortNested<A> editServicePort()
IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(IntOrString item)
Copyright © 2011–2016 Red Hat. All rights reserved.