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