Interface ExternalListenerBootstrapOverrideFluent<A extends ExternalListenerBootstrapOverrideFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
IngressListenerBootstrapConfigurationFluent<A>,IngressListenerConfigurationFluent.BootstrapNested<N>,LoadBalancerListenerBootstrapOverrideFluent<A>,LoadBalancerListenerOverrideFluent.BootstrapNested<N>,NodePortListenerBootstrapOverrideFluent<A>,NodePortListenerOverrideFluent.BootstrapNested<N>,RouteListenerBootstrapOverrideFluent<A>,RouteListenerOverrideFluent.BootstrapNested<N>
- All Known Implementing Classes:
ExternalListenerBootstrapOverrideBuilder,ExternalListenerBootstrapOverrideFluentImpl,IngressListenerBootstrapConfigurationBuilder,IngressListenerBootstrapConfigurationFluentImpl,IngressListenerConfigurationFluentImpl.BootstrapNestedImpl,LoadBalancerListenerBootstrapOverrideBuilder,LoadBalancerListenerBootstrapOverrideFluentImpl,LoadBalancerListenerOverrideFluentImpl.BootstrapNestedImpl,NodePortListenerBootstrapOverrideBuilder,NodePortListenerBootstrapOverrideFluentImpl,NodePortListenerOverrideFluentImpl.BootstrapNestedImpl,RouteListenerBootstrapOverrideBuilder,RouteListenerBootstrapOverrideFluentImpl,RouteListenerOverrideFluentImpl.BootstrapNestedImpl
public interface ExternalListenerBootstrapOverrideFluent<A extends ExternalListenerBootstrapOverrideFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()BooleanhasAddress()AwithAddress(String address)AwithNewAddress(byte[] arg1)AwithNewAddress(byte[] arg1, int arg2)AwithNewAddress(byte[] arg1, int arg2, int arg3)AwithNewAddress(byte[] arg1, int arg2, int arg3, int arg4)AwithNewAddress(char[] arg1)AwithNewAddress(char[] arg1, int arg2, int arg3)AwithNewAddress(int[] arg1, int arg2, int arg3)AwithNewAddress(String arg1)AwithNewAddress(StringBuffer arg1)AwithNewAddress(StringBuilder arg1)
-
-
-
Method Detail
-
getAddress
String getAddress()
-
hasAddress
Boolean hasAddress()
-
withNewAddress
A withNewAddress(StringBuilder arg1)
-
withNewAddress
A withNewAddress(int[] arg1, int arg2, int arg3)
-
withNewAddress
A withNewAddress(char[] arg1)
-
withNewAddress
A withNewAddress(StringBuffer arg1)
-
withNewAddress
A withNewAddress(byte[] arg1, int arg2)
-
withNewAddress
A withNewAddress(byte[] arg1)
-
withNewAddress
A withNewAddress(char[] arg1, int arg2, int arg3)
-
withNewAddress
A withNewAddress(byte[] arg1, int arg2, int arg3)
-
withNewAddress
A withNewAddress(byte[] arg1, int arg2, int arg3, int arg4)
-
-