feat: Add a table for pod templates in k8s plugin#14457
Merged
kodiakhq[bot] merged 6 commits intocloudquery:mainfrom Oct 9, 2023
Merged
feat: Add a table for pod templates in k8s plugin#14457kodiakhq[bot] merged 6 commits intocloudquery:mainfrom
kodiakhq[bot] merged 6 commits intocloudquery:mainfrom
Conversation
This PR has the following changes to source plugin(s) tables:
|
kodiakhq bot
pushed a commit
that referenced
this pull request
Oct 10, 2023
🤖 I have created a release *beep* *boop* --- ## [5.1.0](plugins-source-k8s-v5.0.12...plugins-source-k8s-v5.1.0) (2023-10-10) ### This Release has the Following Changes to Tables - Table `k8s_core_pod_templates` was added ### Features * Add a table for pod templates in k8s plugin ([#14457](#14457)) ([65977c6](65977c6)) ### Bug Fixes * **deps:** Update github.com/cloudquery/arrow/go/v14 digest to d401686 ([#14459](#14459)) ([7ce40f8](7ce40f8)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 ([#14475](#14475)) ([83fe7ca](83fe7ca)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.2 ([#14378](#14378)) ([a2e0c46](a2e0c46)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.3 ([#14436](#14436)) ([d529e2d](d529e2d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
hydratim
pushed a commit
to hydratim/cloudquery
that referenced
this pull request
Oct 20, 2023
#### Summary resolves cloudquery#14364 <!-- Explain what problem this PR addresses --> This PR is adding a table `k8s_core_pod_templates` for `PodTemplate` k8s resource. - [x] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑🎓 - [x] Run `make lint` to ensure the proposed changes follow the coding style 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [x] Run `make test` to ensure the proposed changes pass the tests 🧪 - [x] If changing a source plugin run `make gen` to ensure docs are up to date 📝 - [ ] Ensure the status checks below are successful ✅
hydratim
pushed a commit
to hydratim/cloudquery
that referenced
this pull request
Oct 20, 2023
🤖 I have created a release *beep* *boop* --- ## [5.1.0](cloudquery/cloudquery@plugins-source-k8s-v5.0.12...plugins-source-k8s-v5.1.0) (2023-10-10) ### This Release has the Following Changes to Tables - Table `k8s_core_pod_templates` was added ### Features * Add a table for pod templates in k8s plugin ([cloudquery#14457](cloudquery#14457)) ([65977c6](cloudquery@65977c6)) ### Bug Fixes * **deps:** Update github.com/cloudquery/arrow/go/v14 digest to d401686 ([cloudquery#14459](cloudquery#14459)) ([7ce40f8](cloudquery@7ce40f8)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 ([cloudquery#14475](cloudquery#14475)) ([83fe7ca](cloudquery@83fe7ca)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.2 ([cloudquery#14378](cloudquery#14378)) ([a2e0c46](cloudquery@a2e0c46)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.3 ([cloudquery#14436](cloudquery#14436)) ([d529e2d](cloudquery@d529e2d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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* --- ## [5.1.0](cloudquery/cloudquery@plugins-source-k8s-v5.0.12...plugins-source-k8s-v5.1.0) (2023-10-10) ### This Release has the Following Changes to Tables - Table `k8s_core_pod_templates` was added ### Features * Add a table for pod templates in k8s plugin ([#14457](cloudquery/cloudquery#14457)) ([a69551e](cloudquery/cloudquery@a69551e)) ### Bug Fixes * **deps:** Update github.com/cloudquery/arrow/go/v14 digest to d401686 ([#14459](cloudquery/cloudquery#14459)) ([fe12480](cloudquery/cloudquery@fe12480)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 ([#14475](cloudquery/cloudquery#14475)) ([cf67f12](cloudquery/cloudquery@cf67f12)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.2 ([#14378](cloudquery/cloudquery#14378)) ([1bd21e3](cloudquery/cloudquery@1bd21e3)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.3 ([#14436](cloudquery/cloudquery#14436)) ([d7c0e51](cloudquery/cloudquery@d7c0e51)) --- 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
resolves #14364
This PR is adding a table
k8s_core_pod_templatesforPodTemplatek8s resource.make lintto ensure the proposed changes follow the coding style 🚨 (install golangci-lint here)make testto ensure the proposed changes pass the tests 🧪make gento ensure docs are up to date 📝