Interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ListenerStatusFluent.AddressesNested<N>
- All Known Implementing Classes:
ListenerAddressBuilder,ListenerAddressFluentImpl,ListenerStatusFluentImpl.AddressesNestedImpl
public interface ListenerAddressFluent<A extends ListenerAddressFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Represents a single address of particular listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetHost()IntegergetPort()BooleanhasHost()BooleanhasPort()AwithHost(String host)AwithNewHost(String original)Deprecated.AwithPort(Integer port)
-