Class DestinationFluentImpl<A extends DestinationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluentImpl<A>
-
- All Implemented Interfaces:
DestinationFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ApiServerSourceSpecFluentImpl.SinkNestedImpl,ContainerSourceSpecFluentImpl.SinkNestedImpl,CouchDbSourceSpecFluentImpl.SinkNestedImpl,DeliverySpecFluentImpl.DeadLetterSinkNestedImpl,DestinationBuilder,GitHubSourceSpecFluentImpl.SinkNestedImpl,GitLabSourceSpecFluentImpl.SinkNestedImpl,KafkaSourceSpecFluentImpl.SinkNestedImpl,PingSourceSpecFluentImpl.SinkNestedImpl,PrometheusSourceSpecFluentImpl.SinkNestedImpl,SequenceSpecFluentImpl.ReplyNestedImpl,SinkBindingSpecFluentImpl.SinkNestedImpl,SubscriptionSpecFluentImpl.ReplyNestedImpl,SubscriptionSpecFluentImpl.SubscriberNestedImpl,TriggerSpecFluentImpl.SubscriberNestedImpl
public class DestinationFluentImpl<A extends DestinationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DestinationFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDestinationFluentImpl.RefNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent
DestinationFluent.RefNested<N>
-
-
Constructor Summary
Constructors Constructor Description DestinationFluentImpl()DestinationFluentImpl(Destination instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description KReferencebuildRef()DestinationFluent.RefNested<A>editOrNewRef()DestinationFluent.RefNested<A>editOrNewRefLike(KReference item)DestinationFluent.RefNested<A>editRef()booleanequals(Object o)KReferencegetRef()Deprecated.StringgetUri()inthashCode()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)
-
-
-
Constructor Detail
-
DestinationFluentImpl
public DestinationFluentImpl()
-
DestinationFluentImpl
public DestinationFluentImpl(Destination instance)
-
-
Method Detail
-
getRef
@Deprecated public KReference getRef()
Deprecated.This method has been deprecated, please use method buildRef instead.- Specified by:
getRefin interfaceDestinationFluent<A extends DestinationFluent<A>>- Returns:
- The buildable object.
-
buildRef
public KReference buildRef()
- Specified by:
buildRefin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
withRef
public A withRef(KReference ref)
- Specified by:
withRefin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
hasRef
public Boolean hasRef()
- Specified by:
hasRefin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
withNewRef
public A withNewRef(String apiVersion, String kind, String name, String namespace)
- Specified by:
withNewRefin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
withNewRef
public DestinationFluent.RefNested<A> withNewRef()
- Specified by:
withNewRefin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
withNewRefLike
public DestinationFluent.RefNested<A> withNewRefLike(KReference item)
- Specified by:
withNewRefLikein interfaceDestinationFluent<A extends DestinationFluent<A>>
-
editRef
public DestinationFluent.RefNested<A> editRef()
- Specified by:
editRefin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
editOrNewRef
public DestinationFluent.RefNested<A> editOrNewRef()
- Specified by:
editOrNewRefin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
editOrNewRefLike
public DestinationFluent.RefNested<A> editOrNewRefLike(KReference item)
- Specified by:
editOrNewRefLikein interfaceDestinationFluent<A extends DestinationFluent<A>>
-
getUri
public String getUri()
- Specified by:
getUriin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
withUri
public A withUri(String uri)
- Specified by:
withUriin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
hasUri
public Boolean hasUri()
- Specified by:
hasUriin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
withNewUri
public A withNewUri(String arg1)
- Specified by:
withNewUriin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
withNewUri
public A withNewUri(StringBuilder arg1)
- Specified by:
withNewUriin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
withNewUri
public A withNewUri(StringBuffer arg1)
- Specified by:
withNewUriin interfaceDestinationFluent<A extends DestinationFluent<A>>
-
-