-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dataBase64 flag for Ping Source #1204
Comments
I wonder if should just add a plain Wdyt? @rhuss @navidshaikh @maximilien |
In addition a quick observation https://github.com/knative/eventing/blob/master/pkg/apis/sources/v1beta2/ping_types.go#L80-L83 |
ContentType is also needed if we consider feature parity with v1beta2 PingSource. |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
/assign @vyasgun |
@dsimansk: GitHub didn't allow me to assign the following users: vyasgun. Note that only knative members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
I think we could have the following options:
Actually, I would not offer an option to specify literal bas64 on the CLI but would do the translation all internally (and also wouldn't expose the field to be set directly). That is the value-add that a CLI can offer. |
Feature request
For parity to be able to create a ping source using the kn cli
Use case
Use the
dataBase64
for binary data as shown in the docskn source ping create test-ping-source --schedule "*/2 * * * *" --dataBase64: "ZGF0YQ==" --sink ksvc:event-display
The text was updated successfully, but these errors were encountered: