public class NetworkingV1beta1IngressBackendFluentImpl<A extends NetworkingV1beta1IngressBackendFluent<A>> extends BaseFluent<A> implements NetworkingV1beta1IngressBackendFluent<A>
_visitables
Constructor and Description |
---|
NetworkingV1beta1IngressBackendFluentImpl() |
NetworkingV1beta1IngressBackendFluentImpl(NetworkingV1beta1IngressBackend instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
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) |
public NetworkingV1beta1IngressBackendFluentImpl()
public NetworkingV1beta1IngressBackendFluentImpl(NetworkingV1beta1IngressBackend instance)
public String getServiceName()
getServiceName
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public A withServiceName(String serviceName)
withServiceName
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public Boolean hasServiceName()
hasServiceName
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public A withNewServiceName(String arg1)
withNewServiceName
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public A withNewServiceName(StringBuilder arg1)
withNewServiceName
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public A withNewServiceName(StringBuffer arg1)
withNewServiceName
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public IntOrString getServicePort()
getServicePort
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public A withServicePort(IntOrString servicePort)
withServicePort
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public Boolean hasServicePort()
hasServicePort
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public A withNewServicePort(int value)
withNewServicePort
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
public A withNewServicePort(String value)
withNewServicePort
in interface NetworkingV1beta1IngressBackendFluent<A extends NetworkingV1beta1IngressBackendFluent<A>>
Copyright © 2019. All rights reserved.