Skip to content

feat: Add a table for pod templates in k8s plugin#14457

Merged
kodiakhq[bot] merged 6 commits intocloudquery:mainfrom
cychiang:feat-add-pod-templates-to-k8s-plugin-resource
Oct 9, 2023
Merged

feat: Add a table for pod templates in k8s plugin#14457
kodiakhq[bot] merged 6 commits intocloudquery:mainfrom
cychiang:feat-add-pod-templates-to-k8s-plugin-resource

Conversation

@cychiang
Copy link
Copy Markdown
Contributor

@cychiang cychiang commented Oct 8, 2023

Summary

resolves #14364

This PR is adding a table k8s_core_pod_templates for PodTemplate k8s resource.

  • Read the contribution guidelines 🧑‍🎓
  • Run make lint to ensure the proposed changes follow the coding style 🚨 (install golangci-lint here)
  • Run make test to ensure the proposed changes pass the tests 🧪
  • If changing a source plugin run make gen to ensure docs are up to date 📝
  • Ensure the status checks below are successful ✅

@cychiang cychiang requested review from a team and hermanschaaf and removed request for a team October 8, 2023 08:16
@cq-bot cq-bot added k8s labels Oct 8, 2023
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 8, 2023

This PR has the following changes to source plugin(s) tables:

  • Table k8s_core_pod_templates was added

@erezrokah erezrokah requested review from erezrokah and removed request for hermanschaaf October 9, 2023 10:53
Copy link
Copy Markdown
Member

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

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

Looks great @cychiang thanks!

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Oct 9, 2023
@kodiakhq kodiakhq bot merged commit 65977c6 into cloudquery:main Oct 9, 2023
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add PodTemplate and PodTemplateList to Kubernetes source plugin

4 participants