-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add nonkube site commands and unit tests #1786
Conversation
aae3c80
to
0ef2360
Compare
5cec5f7
to
78a4e47
Compare
78a4e47
to
f5d00f8
Compare
f5d00f8
to
e7e0c1e
Compare
var validationErrors []error | ||
|
||
if cmd.Flags.ServiceAccount != "" { |
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.
Why is this warning deleted?
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.
looks like a mistake. I'll add it back
e7e0c1e
to
f496955
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.
LGTM
Add update, delete and status site CLI commands
Currently create router-access if user configures enable-link-access.
Add unit tests.