Interface AddressableFluent<A extends AddressableFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
BrokerStatusFluent.AddressNested<N>,ChannelStatusFluent.AddressNested<N>,InMemoryChannelStatusFluent.AddressNested<N>,KafkaChannelStatusFluent.AddressNested<N>,RouteStatusFluent.AddressNested<N>,SequenceStatusFluent.AddressNested<N>,ServiceStatusFluent.AddressNested<N>
- All Known Implementing Classes:
AddressableBuilder,AddressableFluentImpl,BrokerStatusFluentImpl.AddressNestedImpl,ChannelStatusFluentImpl.AddressNestedImpl,InMemoryChannelStatusFluentImpl.AddressNestedImpl,KafkaChannelStatusFluentImpl.AddressNestedImpl,RouteStatusFluentImpl.AddressNestedImpl,SequenceStatusFluentImpl.AddressNestedImpl,ServiceStatusFluentImpl.AddressNestedImpl
public interface AddressableFluent<A extends AddressableFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUrl()BooleanhasUrl()AwithNewUrl(String arg1)AwithNewUrl(StringBuffer arg1)AwithNewUrl(StringBuilder arg1)AwithUrl(String url)
-
-
-
Method Detail
-
getUrl
String getUrl()
-
hasUrl
Boolean hasUrl()
-
withNewUrl
A withNewUrl(StringBuilder arg1)
-
withNewUrl
A withNewUrl(StringBuffer arg1)
-
-