-
Notifications
You must be signed in to change notification settings - Fork 2
fix "make run" #25
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
fix "make run" #25
Conversation
| @@ -0,0 +1,56 @@ | |||
| --- | |||
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 file appeared after a successful make run 🤔
| metav1.TypeMeta `json:",inline"` | ||
| metav1.ListMeta `json:"metadata,omitempty"` | ||
| metav1.TypeMeta ` json:",inline"` | ||
| metav1.ListMeta ` json:"metadata,omitempty"` |
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.
How did you end up with this change?
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.
I put golangci-lint into the devshell and ran it. The pipeline was rejecting some formatting, so I had no choice 😄
| WebhookServer: webhookServer, | ||
| HealthProbeBindAddress: probeAddr, | ||
| LeaderElection: enableLeaderElection, | ||
| LeaderElectionID: "6844ffa5.my.domain", |
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.
what should this be?
rytswd
left a comment
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.
Mostly sensible it seems, we can iterate as we find more about best setup
Main goal of this change is to get
make runto bring up a reconciler process.go.work.sumgolangci-lint fmtand addsgolangci-lintto the devshellI intend for the last three points to be temporary, the current goal being getting something running.