fix: K8s Mock Testing#1434
Merged
erezrokah merged 3 commits intocloudquery:mainfrom Aug 17, 2022
bbernays:fix-k8s
Merged
Conversation
erezrokah
approved these changes
Aug 17, 2022
erezrokah
reviewed
Aug 17, 2022
erezrokah
reviewed
Aug 17, 2022
Member
spangenberg
approved these changes
Aug 17, 2022
Contributor
spangenberg
left a comment
There was a problem hiding this comment.
Don't love the import alias k8sTesting but still fine.
LGTM
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 18, 2022
🤖 I have created a release *beep* *boop* --- ## [0.6.4](plugins/source/k8s-v0.6.3...plugins/source/k8s/v0.6.4) (2022-08-18) ### Features * Add website, docs and blog to our main repo ([#1159](#1159)) ([dd69948](dd69948)) ### Bug Fixes * Deprecate `cluster_name` field and enable mock tests ([#1434](#1434)) ([3f4b37e](3f4b37e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This was referenced Sep 20, 2022
daniel-garcia
pushed a commit
to infobloxopen/ibcq-source-k8s
that referenced
this pull request
Feb 24, 2026
🤖 I have created a release *beep* *boop* --- ## [0.6.4](cloudquery/cloudquery@plugins/source/k8s-v0.6.3...plugins/source/k8s/v0.6.4) (2022-08-18) ### Features * Add website, docs and blog to our main repo ([#1159](cloudquery/cloudquery#1159)) ([1ba9fe0](cloudquery/cloudquery@1ba9fe0)) ### Bug Fixes * Deprecate `cluster_name` field and enable mock tests ([#1434](cloudquery/cloudquery#1434)) ([d357d14](cloudquery/cloudquery@d357d14)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
In my local IDE (vscode) gpls reports errors. This PR fixes it
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)