Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Moving api -> apis and setting multigroup: true #26

Conversation

christopherhein
Copy link
Contributor

Once we have NestedCluster we're going to need to have a multigroup controllers turned on to save a bunch of pain later this moved NCP into apis/controlplanes. This also brings the Dockerfile from a standard kubebuilder project.

Signed-off-by: Chris Hein [email protected]

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 17, 2020
@k8s-ci-robot k8s-ci-robot requested review from ncdc and resouer December 17, 2020 09:51
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 17, 2020
_ = clusterv1.AddToScheme(scheme)
utilruntime.Must(clientgoscheme.AddToScheme(scheme))
utilruntime.Must(clusterv1.AddToScheme(scheme))
utilruntime.Must(controlplanev1alpha4.AddToScheme(scheme))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utilruntime.Must() will fail if the types aren't loaded.

@christopherhein
Copy link
Contributor Author

/assign @Fei-Guo @charleszheng44

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: christopherhein, Fei-Guo

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:
  • OWNERS [Fei-Guo,christopherhein]

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 needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 17, 2020
@Fei-Guo
Copy link

Fei-Guo commented Dec 17, 2020

@christopherhein Please rebase to resolve the conflict.

@christopherhein christopherhein force-pushed the feature/move-to-multi-group branch from e0444f0 to 655a0f2 Compare December 17, 2020 19:05
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 17, 2020
@christopherhein
Copy link
Contributor Author

Thanks @Fei-Guo all updated. Just needs. lgtm

@Fei-Guo
Copy link

Fei-Guo commented Dec 17, 2020

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 17, 2020
@k8s-ci-robot k8s-ci-robot merged commit 864ee02 into kubernetes-retired:master Dec 17, 2020
@christopherhein christopherhein deleted the feature/move-to-multi-group branch December 17, 2020 19:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. 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/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants