-
Notifications
You must be signed in to change notification settings - Fork 593
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
sources.* resources v1beta1 meta umbrella task #3529
Comments
I'm willing to work on ApiServerSource. @nachocano @lionelvillard Can you help add my name for the apiserversource? I don't have the permission to modify that part. |
Awesome, done! Thanks Xiyue! |
@lionelvillard @n3wscott @nachocano
apiVersion: sources.knative.dev/v1alpha1
kind: ApiServerSource
metadata:
name: testnamespace
namespace: default
spec:
serviceAccountName: events-sa
mode: Resource
resources:
- apiVersion: v1
kind: Namespace
name: filternamespace And it supports send events for
|
My take on this:
|
@lionelvillard Thanks for the clarification! |
Assigning it to Lionel as he is working on the last piece missing, the PingSource updates. |
PingSource is now done. |
Here the list of sources to move to v1beta1, with additional features based on feedback, and tentative assignment:
- issue here Move ContainerSource to v1beta1 #3426
The text was updated successfully, but these errors were encountered: