-
Notifications
You must be signed in to change notification settings - Fork 2
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
✨ Bootstrap code with kubebuilder and set up initial CRDs #2
Conversation
On-behalf-of: @SAP [email protected] Signed-off-by: Marvin Beckers <[email protected]>
On-behalf-of: @SAP [email protected] Signed-off-by: Marvin Beckers <[email protected]>
On-behalf-of: @SAP [email protected] Signed-off-by: Marvin Beckers <[email protected]>
50077c8
to
26d0bc9
Compare
bdc0ec4
to
1d5728d
Compare
On-behalf-of: @SAP [email protected] Signed-off-by: Marvin Beckers <[email protected]>
068aba9
to
dc30b02
Compare
On-behalf-of: @SAP [email protected] Signed-off-by: Marvin Beckers <[email protected]>
dc30b02
to
b690ca6
Compare
@embik: The following test failed, say
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. |
On-behalf-of: @SAP [email protected] Signed-off-by: Marvin Beckers <[email protected]>
b690ca6
to
ebc3255
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.
In general as skeleton to start with - I think its good to go in and we iterate. Its not like it set in stone. If other are ok, we can move on?
RunSpecs(t, "Controller Suite") | ||
} | ||
|
||
var _ = BeforeSuite(func() { |
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.
Is ginko something we really want to go with? :D I would prefer something more like kcp framework
. Wondering what others thing?
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.
This is bootstrapped by kubebuilder. I'm open to changing it once we implement real tests, I'd just leave it in for now.
LGTM label has been added. Git tree hash: b47f572868b53aefecc6bf3f0e7abccd2e00d7be
|
On-behalf-of: @SAP [email protected] Signed-off-by: Marvin Beckers <[email protected]>
f36fc62
to
a3487f8
Compare
/lgtm |
LGTM label has been added. Git tree hash: d21a0efd7f86e01059f7040d44f7f95fe9e054d9
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjudeikis 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 |
Summary
This adds an initial scaffold via kubebuilder. It's big as it stands, so I'm not adding anything more.
Core focus of the review (i.e. the only things I changed) should be the
apis/
directory. I've written some simple documentation for how objects relate to each other as well.Related issue(s)
Fixes #
Release Notes