Skip to content

Correct Kubebuilder Multi-Group Statement #26

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

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Correct Kubebuilder Multi-Group Statement #26

merged 1 commit into from
Feb 19, 2020

Conversation

daviddyball
Copy link
Contributor

Correct the statement about multiple API groups not being supported in V2 of kubebuilder. As of kubernetes-sigs/kubebuilder#1198 kubebuilder allows for multi-group in the same repository.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Correct the statement about multiple API groups not being supported in V2 of `kubebuilder`. As of kubernetes-sigs/kubebuilder#1198 `kubebuilder` allows for multi-group in the same repository.
@daviddyball daviddyball mentioned this pull request Feb 19, 2020
Closed
Copy link
Collaborator

@jaypipes jaypipes left a comment

Choose a reason for hiding this comment

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

👍

That said, much of kubebuilder simply sets up some templates and then runs the
`controller-gen` binary from the sigs.kubernetes.io/controller-tools repository
to generate Go code.
controller Go code. It has support for multiple API groups (e.g. `s3.amazonaws.com`
Copy link
Collaborator

Choose a reason for hiding this comment

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

heh, I see what you did here :) Nice inclusion of your preferred API namespace! ;P

Copy link
Contributor Author

Choose a reason for hiding this comment

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

😂 It's the namespace we used for our internal controller, so it's a habit at this point

Copy link
Collaborator

Choose a reason for hiding this comment

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

all good in the hood. :)

@jaypipes jaypipes merged commit 2476553 into aws-controllers-k8s:master Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants