-
Notifications
You must be signed in to change notification settings - Fork 527
Separate apis/<api>/[ver]/helper/helper.go
into different helper_<resource>.go
files
#11083
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
Separate apis/<api>/[ver]/helper/helper.go
into different helper_<resource>.go
files
#11083
Conversation
/retest |
/retest |
3 similar comments
/retest |
/retest |
/retest |
/assign |
/assign |
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.
Surface level old comments. Will do more later
/test pull-gardener-apidiff |
3d02267
to
7df3245
Compare
|
/retest |
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.
Final cosmetic suggestions from my side, otherwise lgtm
pkg/apis/extensions/v1alpha1/helper/operatingsystemconfig_test.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.
/lgtm
LGTM label has been added. Git tree hash: bf2c94e3991a3248ab4ddefa9e6cb50c4f01508b
|
@RadaBDimitrova: The following test failed, say
Full PR test history. Your PR dashboard. Command help for this repository. 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-sigs/prow repository. I understand the commands that are listed here. |
/retest |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ialidzhikov 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 |
…resource>.go` files (gardener#11083) * /core/v1beta1 * /extensions/v1alpha1 * /operator/v1alpha1 * /resources/v1alpha1 * /seedmanagement/v1alpha1 * run make generate * run make add-license-headers * remove helper_ from names * run make format * separate core/v1beta1/helper tests and rename managedresource * separate extensions/v1alpha1/helper tests * separate operator/v1alpha1/helper tests * separate seedmanagement/v1alpha1/helper tests * minor reordering of functions in tests * fix typo * run make format * Address PR review feedback --------- Co-authored-by: Ismail Alidzhikov <9372594+ialidzhikov@users.noreply.github.com>
How to categorize this PR?
/area quality
/kind enhancement
What this PR does / why we need it:
Following the pattern of
defaults_<resource>.go
andtypes_<resource>.go
this PR separates logic inapis/<api>/[ver]/helper/helper.go
in order to have easier access to helper functions of the same logical group.Which issue(s) this PR fixes:
Part of #10426
Special notes for your reviewer:
N/A
Release note: