-
Notifications
You must be signed in to change notification settings - Fork 8
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 auto-publish functionality for Function
resources
#36
base: main
Are you sure you want to change the base?
Conversation
3f71658
to
253c5e3
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: a-hilaly The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ee84f66
to
c04df58
Compare
/retest |
This patch introduces the ability for CF Functions to be automatically published after a successful create or update operation. It adds an annotation `cloudfront.services.k8s.aws/auto-publish` to the `Function` resource, which when set to `true`, will trigger the automatic publishing of the Function after a create or update. Signed-off-by: Amine Hilaly <hilalyamine@gmail.com>
c04df58
to
3f92699
Compare
@a-hilaly: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Issues go stale after 180d of inactivity. |
/remove-lifecycle stale |
Fixes aws-controllers-k8s/community#2041
This patch introduces the ability for CF Functions to be automatically
published after a successful create or update operation. It adds an
annotation
cloudfront.services.k8s.aws/auto-publish
to theFunction
resource, which when set to
true
, will trigger the automaticpublishing of the Function after a create or update.
Signed-off-by: Amine Hilaly hilalyamine@gmail.com
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.