Interface DestinationFluent<A extends DestinationFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApiServerSourceSpecFluent.SinkNested<N>,ContainerSourceSpecFluent.SinkNested<N>,CouchDbSourceSpecFluent.SinkNested<N>,DeliverySpecFluent.DeadLetterSinkNested<N>,GitHubSourceSpecFluent.SinkNested<N>,GitLabSourceSpecFluent.SinkNested<N>,KafkaSourceSpecFluent.SinkNested<N>,PingSourceSpecFluent.SinkNested<N>,PrometheusSourceSpecFluent.SinkNested<N>,SequenceSpecFluent.ReplyNested<N>,SinkBindingSpecFluent.SinkNested<N>,SubscriptionSpecFluent.ReplyNested<N>,SubscriptionSpecFluent.SubscriberNested<N>,TriggerSpecFluent.SubscriberNested<N>
- All Known Implementing Classes:
ApiServerSourceSpecFluentImpl.SinkNestedImpl,ContainerSourceSpecFluentImpl.SinkNestedImpl,CouchDbSourceSpecFluentImpl.SinkNestedImpl,DeliverySpecFluentImpl.DeadLetterSinkNestedImpl,DestinationBuilder,DestinationFluentImpl,GitHubSourceSpecFluentImpl.SinkNestedImpl,GitLabSourceSpecFluentImpl.SinkNestedImpl,KafkaSourceSpecFluentImpl.SinkNestedImpl,PingSourceSpecFluentImpl.SinkNestedImpl,PrometheusSourceSpecFluentImpl.SinkNestedImpl,SequenceSpecFluentImpl.ReplyNestedImpl,SinkBindingSpecFluentImpl.SinkNestedImpl,SubscriptionSpecFluentImpl.ReplyNestedImpl,SubscriptionSpecFluentImpl.SubscriberNestedImpl,TriggerSpecFluentImpl.SubscriberNestedImpl
public interface DestinationFluent<A extends DestinationFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDestinationFluent.RefNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description KReferencebuildRef()DestinationFluent.RefNested<A>editOrNewRef()DestinationFluent.RefNested<A>editOrNewRefLike(KReference item)DestinationFluent.RefNested<A>editRef()KReferencegetRef()Deprecated.StringgetUri()BooleanhasRef()BooleanhasUri()DestinationFluent.RefNested<A>withNewRef()AwithNewRef(String apiVersion, String kind, String name, String namespace)DestinationFluent.RefNested<A>withNewRefLike(KReference item)AwithNewUri(String arg1)AwithNewUri(StringBuffer arg1)AwithNewUri(StringBuilder arg1)AwithRef(KReference ref)AwithUri(String uri)
-
-
-
Method Detail
-
getRef
@Deprecated KReference getRef()
Deprecated.This method has been deprecated, please use method buildRef instead.- Returns:
- The buildable object.
-
buildRef
KReference buildRef()
-
withRef
A withRef(KReference ref)
-
hasRef
Boolean hasRef()
-
withNewRef
DestinationFluent.RefNested<A> withNewRef()
-
withNewRefLike
DestinationFluent.RefNested<A> withNewRefLike(KReference item)
-
editRef
DestinationFluent.RefNested<A> editRef()
-
editOrNewRef
DestinationFluent.RefNested<A> editOrNewRef()
-
editOrNewRefLike
DestinationFluent.RefNested<A> editOrNewRefLike(KReference item)
-
getUri
String getUri()
-
hasUri
Boolean hasUri()
-
withNewUri
A withNewUri(StringBuilder arg1)
-
withNewUri
A withNewUri(StringBuffer arg1)
-
-