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 |
---|---|
IntOrString |
buildServicePort() |
IngressBackendFluent.ServicePortNested<A> |
editOrNewServicePort() |
IngressBackendFluent.ServicePortNested<A> |
editOrNewServicePortLike(IntOrString item) |
IngressBackendFluent.ServicePortNested<A> |
editServicePort() |
String |
getServiceName() |
IntOrString |
getServicePort()
Deprecated.
|
Boolean |
hasServiceName() |
Boolean |
hasServicePort() |
A |
withNewServiceName(String arg1) |
A |
withNewServiceName(StringBuffer arg1) |
A |
withNewServiceName(StringBuilder arg1) |
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()
Boolean hasServiceName()
A withNewServiceName(StringBuilder arg1)
A withNewServiceName(StringBuffer arg1)
@Deprecated IntOrString getServicePort()
IntOrString buildServicePort()
A withServicePort(IntOrString servicePort)
Boolean hasServicePort()
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 © 2015–2019 Red Hat. All rights reserved.