-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
✨ Introduce ClusterResourceSet experimental API and controllers #3107
✨ Introduce ClusterResourceSet experimental API and controllers #3107
Conversation
d7929e5
to
b21ddd8
Compare
b21ddd8
to
5d885eb
Compare
5d885eb
to
562bc57
Compare
What if we had this under cc @detiber |
5d2a17c
to
ae45ada
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sedefsavas thanks for this PR!
exp/clusterresourceset/controllers/clusterresourceset_controller.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/controllers/clusterresourceset_controller.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/controllers/clusterresourceset_helpers.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/controllers/clusterresourceset_helpers.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/api/v1alpha3/clusterresourceset_types.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/api/v1alpha3/clusterresourcesetbinding_types.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/controllers/clusterresourceset_controller.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/controllers/clusterresourceset_controller_test.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/controllers/clusterresourceset_helpers.go
Outdated
Show resolved
Hide resolved
5ebbf66
to
1564d8a
Compare
/assign |
exp/clusterresourceset/controllers/clusterresourceset_controller.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/controllers/clusterresourceset_controller.go
Outdated
Show resolved
Hide resolved
exp/clusterresourceset/controllers/clusterresourceset_controller.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only reviewed ~40% of it, will continue later
1190438
to
2005143
Compare
5bb2bf2
to
102f62f
Compare
5eed0e3
to
57c4443
Compare
f4c4b26
to
68c596f
Compare
4f5c9f5
to
7b45d38
Compare
/hold cancel |
46b5e01
to
2259d6e
Compare
2259d6e
to
3487602
Compare
3487602
to
add44ad
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/retitle ✨ Introduce ClusterResourceSet experimental API and controllers |
What this PR does / why we need it:
This PR implements ClusterResourceSet CAEP
Some details about resources to be applied with ClusterResources:
type=clusterresourceset
must be set to the secrets to be used.An example ClusterResourceSet:
An example ClusterResourceBinding:
unit and e2e test to be added after initial review.