public interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getServiceName() |
IntOrString |
getServicePort() |
Boolean |
hasServiceName() |
Boolean |
hasServicePort() |
A |
withNewServiceName(String arg1) |
A |
withNewServiceName(StringBuffer arg1) |
A |
withNewServiceName(StringBuilder arg1) |
A |
withNewServicePort(int value) |
A |
withNewServicePort(String value) |
A |
withServiceName(String serviceName) |
A |
withServicePort(IntOrString servicePort) |
String getServiceName()
Boolean hasServiceName()
A withNewServiceName(StringBuilder arg1)
A withNewServiceName(StringBuffer arg1)
IntOrString getServicePort()
A withServicePort(IntOrString servicePort)
Boolean hasServicePort()
A withNewServicePort(int value)
Copyright © 2020. All rights reserved.