Interface NodePortListenerBootstrapOverrideFluent<A extends NodePortListenerBootstrapOverrideFluent<A>>
-
- All Superinterfaces:
ExternalListenerBootstrapOverrideFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
NodePortListenerOverrideFluent.BootstrapNested<N>
- All Known Implementing Classes:
NodePortListenerBootstrapOverrideBuilder,NodePortListenerBootstrapOverrideFluentImpl,NodePortListenerOverrideFluentImpl.BootstrapNestedImpl
public interface NodePortListenerBootstrapOverrideFluent<A extends NodePortListenerBootstrapOverrideFluent<A>> extends ExternalListenerBootstrapOverrideFluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddToDnsAnnotations(String key, String value)AaddToDnsAnnotations(Map<String,String> map)Map<String,String>getDnsAnnotations()IntegergetNodePort()BooleanhasDnsAnnotations()BooleanhasNodePort()AremoveFromDnsAnnotations(String key)AremoveFromDnsAnnotations(Map<String,String> map)<K,V>
AwithDnsAnnotations(Map<String,String> dnsAnnotations)AwithNodePort(Integer nodePort)-
Methods inherited from interface io.strimzi.api.kafka.model.listener.ExternalListenerBootstrapOverrideFluent
getAddress, hasAddress, withAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress
-
-