APIServerSourceObject Linking back to helloworld-go Sink
kubectl logs --namespace=knative-api-source -l app=helloworld-go --tail=200
Installing Triggermeshes and HTTPPoller Example
wget https://github.com/triggermesh/triggermesh/releases/latest/download/triggermesh-crds.yaml
kubectl apply -f triggermesh-crds.yaml
wget https://github.com/triggermesh/triggermesh/releases/latest/download/triggermesh.yaml
kubectl apply -f triggermesh.yaml
# Confirm it's running
kubectl get pods -n triggermesh
# Poller Sample
https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/httppollersource.yaml
# AWS S3 Source Sample
https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awss3source.yaml