Skip to content
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

kubernetes: add clusterlint support #414

Merged

Conversation

varshavaradarajan
Copy link
Contributor

@varshavaradarajan varshavaradarajan commented Nov 16, 2020

Add support to run clusterlint and fetch diagnostics.

cc @adamwg

adamwg
adamwg previously approved these changes Nov 16, 2020
Copy link
Contributor

@adamwg adamwg left a comment

Choose a reason for hiding this comment

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

lgtm

kubernetes.go Outdated Show resolved Hide resolved
adamwg
adamwg previously approved these changes Nov 17, 2020
kubernetes.go Outdated
Comment on lines 853 to 857
resp, err := svc.client.Do(ctx, request, nil)
if err != nil {
return resp, err
}
return resp, nil
Copy link
Member

Choose a reason for hiding this comment

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

Do we want to return a object containing the results here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@andrewsomething - thank you, updated GetClusterlintResults. Can you please merge and release this if everything looks alright to you?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can create the changelog PR once you merge.

Copy link
Member

Choose a reason for hiding this comment

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

Merged! Happy to tag a release.

Copy link
Member

@andrewsomething andrewsomething left a comment

Choose a reason for hiding this comment

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

👍 Looks good!

@andrewsomething andrewsomething merged commit 972f638 into digitalocean:main Nov 20, 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.

3 participants