Package io.fabric8.kubernetes.api.model
Interface LoadBalancerIngressFluent<A extends LoadBalancerIngressFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
LoadBalancerStatusFluent.IngressNested<N>,WatchEventFluent.LoadBalancerIngressObjectNested<N>
- All Known Implementing Classes:
DoneableLoadBalancerIngress,LoadBalancerIngressBuilder,LoadBalancerIngressFluentImpl,LoadBalancerStatusFluentImpl.IngressNestedImpl,WatchEventFluentImpl.LoadBalancerIngressObjectNestedImpl
public interface LoadBalancerIngressFluent<A extends LoadBalancerIngressFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetHostname()StringgetIp()BooleanhasHostname()BooleanhasIp()AwithHostname(String hostname)AwithIp(String ip)AwithNewHostname(String arg1)AwithNewHostname(StringBuffer arg1)AwithNewHostname(StringBuilder arg1)AwithNewIp(String arg1)AwithNewIp(StringBuffer arg1)AwithNewIp(StringBuilder arg1)
-
Method Details
-
getHostname
String getHostname() -
withHostname
-
hasHostname
Boolean hasHostname() -
withNewHostname
-
withNewHostname
-
withNewHostname
-
getIp
String getIp() -
withIp
-
hasIp
Boolean hasIp() -
withNewIp
-
withNewIp
-
withNewIp
-