Skip to content

PingSource sink field is unpopulated on non-storage versions #5137

@vitreuz

Description

@vitreuz

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

  1. create a ping source following the first 3 steps of PingSource example docs
  2. 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

Metadata

Metadata

Assignees

Labels

area/sourceskind/bugCategorizes issue or PR as related to a bug.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions