Skip to content
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 ClusterClassReconciler #5486

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

ykakarap
Copy link
Contributor

What this PR does / why we need it:
This PR adds a new ClusterClassReconciler. This reconciler adds the ClusterClass as an owner reference to all the templates referenced in the given ClusterClass.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #5446

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 24, 2021
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 24, 2021
@ykakarap
Copy link
Contributor Author

/area topology

@ykakarap
Copy link
Contributor Author

/retest

1 similar comment
@ykakarap
Copy link
Contributor Author

/retest

@ykakarap ykakarap force-pushed the clusterclass-controller branch 3 times, most recently from c4e5586 to 3c29472 Compare October 24, 2021 02:41
@ykakarap
Copy link
Contributor Author

/retest
to make sure the flakiness of the test is resolved.

@ykakarap
Copy link
Contributor Author

/test pull-cluster-api-test-main
/test pull-cluster-api-test-mink8s-main

@ykakarap
Copy link
Contributor Author

/assign @fabriziopandini @sbueringer

main.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
controllers/topology/suite_test.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller_test.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 27, 2021
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
controllers/topology/clusterclass_controller.go Outdated Show resolved Hide resolved
@fabriziopandini
Copy link
Member

lgtm pending last round of nits

@sbueringer
Copy link
Member

Thx!
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 29, 2021
@fabriziopandini
Copy link
Member

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fabriziopandini

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 29, 2021
@k8s-ci-robot k8s-ci-robot merged commit ddf7c49 into kubernetes-sigs:main Oct 29, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.1 milestone Oct 29, 2021
@killianmuldoon killianmuldoon added the area/clusterclass Issues or PRs related to clusterclass label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/clusterclass Issues or PRs related to clusterclass cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ClusterClass as an owner reference to all the templates referenced/used by the ClusterClass
7 participants