Describe the bug
PingSource is missing "sink" info on the non-storage versions. (v1alpha1, v1beta1)
Expected behavior
Given that both v1alpha1 and v1beta1 are supposed to satisfy the v1 duck type, and their api schemas show the full sink field, I expect them to properly populate the sink field on these non-storage versions.
To Reproduce
- create a ping source following the first 3 steps of PingSource example docs
- Run either command:
kubectl get pingsources.v1beta1.sources.knative.dev test-ping-source -n pingsource-example -oyaml
kn source ping describe test-ping-source -n pingsource-example
The spec.sink field is unpopulated.
Knative release version
v0.21.0
Describe the bug
PingSource is missing "sink" info on the non-storage versions. (v1alpha1, v1beta1)
Expected behavior
Given that both v1alpha1 and v1beta1 are supposed to satisfy the v1 duck type, and their api schemas show the full sink field, I expect them to properly populate the sink field on these non-storage versions.
To Reproduce
The
spec.sinkfield is unpopulated.Knative release version
v0.21.0