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

Add column autopilot_enabled in gcp_kubernetes_cluster table. Closes #343 #344

Merged
merged 3 commits into from
Mar 16, 2022

Conversation

karanpopat
Copy link
Contributor

@karanpopat karanpopat commented Mar 16, 2022

Integration test logs

Logs
Running SQL query: test-get-query.sql
[
  {
    "akas": [
      "gcp://container.googleapis.com/v1/projects/parker-aaa/locations/us-east1/clusters/turbottest66483"
    ],
    "location": "us-east1",
    "name": "turbottest66483",
    "project": "parker-aaa",
    "services_ipv4_cidr": "10.99.240.0/20"
  }
]
✔ PASSED

Running SQL query: test-invalid-name-query.sql
null
✔ PASSED

Running SQL query: test-list-query.sql
[
  {
    "akas": [
      "gcp://container.googleapis.com/v1/projects/parker-aaa/locations/us-east1/clusters/turbottest66483"
    ],
    "location": "us-east1",
    "name": "turbottest66483",
    "services_ipv4_cidr": "10.99.240.0/20"
  }
]
✔ PASSED

Running SQL query: test-not-found-query.sql
null
✔ PASSED

Running SQL query: test-turbot-query.sql
[
  {
    "akas": [
      "gcp://container.googleapis.com/v1/projects/parker-aaa/locations/us-east1/clusters/turbottest66483"
    ],
    "title": "turbottest66483"
  }
]
✔ PASSED

POSTTEST: tests/gcp_kubernetes_cluster

TEARDOWN: tests/gcp_kubernetes_cluster

SUMMARY:

1/1 passed.

Example query results

Results
> select name, autopilot_enabled from gcp_kubernetes_cluster
+---------------------+-------------------+
| name                | autopilot_enabled |
+---------------------+-------------------+
| autopilot-cluster-1 | true              |
+---------------------+-------------------+

Add columns addons_config and autopilot in gcp_kubernetes_cluster table. Closes #343
@bigdatasourav bigdatasourav changed the title Update table_gcp_kubernetes_cluster.go Add column autopilot_enabled in gcp_kubernetes_cluster table Mar 16, 2022
@bigdatasourav bigdatasourav changed the title Add column autopilot_enabled in gcp_kubernetes_cluster table Add column autopilot_enabled in gcp_kubernetes_cluster table. Closes #343 Mar 16, 2022
Add columns autopilot_enabled in gcp_kubernetes_cluster table. Closes #343
Add columns autopilot_enabled in gcp_kubernetes_cluster table. Closes #343
Copy link
Contributor

@bigdatasourav bigdatasourav left a comment

Choose a reason for hiding this comment

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

LGTM

@bigdatasourav bigdatasourav merged commit 8265c01 into main Mar 16, 2022
@bigdatasourav bigdatasourav deleted the issue-343 branch March 16, 2022 12:30
@bigdatasourav bigdatasourav linked an issue Mar 16, 2022 that may be closed by this pull request
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.

Add column autopilot in gcp_kubernetes_cluster table
2 participants