-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: kubernetes resource checker from fixtures
- Loading branch information
1 parent
b16f5ea
commit fe05609
Showing
7 changed files
with
19 additions
and
309 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Submodule canary-checker
updated
21 files
Submodule config-db
updated
24 files
+7 −11 | api/cache.go | |
+5 −1 | api/v1/interface.go | |
+7 −8 | api/v1/types.go | |
+8 −10 | api/v1/zz_generated.deepcopy.go | |
+1 −0 | changes/fingerprint.go | |
+8 −1 | changes/fingerprint_test.go | |
+29 −0 | changes/testdata/helm_upgrade_failed.json | |
+29 −0 | changes/testdata/helm_upgrade_failed_2.json | |
+3 −0 | chart/crds/configs.flanksource.com_scrapeconfigs.yaml | |
+29 −28 | cmd/run.go | |
+3 −0 | config/schemas/scrape_config.schema.json | |
+1 −1 | db/config.go | |
+1 −1 | db/models/config_change.go | |
+6 −6 | db/models/config_item.go | |
+19 −19 | db/update.go | |
+7 −0 | fixtures/kubernetes.yaml | |
+3 −3 | go.mod | |
+6 −6 | go.sum | |
+9 −0 | jobs/cleanup.go | |
+41 −41 | scrapers/aws/aws.go | |
+4 −4 | scrapers/azure/azure.go | |
+5 −5 | scrapers/kubernetes/kubernetes.go | |
+2 −2 | scrapers/runscrapers_test.go | |
+2 −2 | scrapers/terraform/terraform.go |
Submodule duty
updated
6 files
+2 −2 | go.mod | |
+4 −4 | go.sum | |
+1 −1 | models/canary.go | |
+5 −0 | tests/config_gitops_test.go | |
+2 −2 | views/005_component_views.sql | |
+4 −3 | views/021_notification.sql |
Submodule mission-control
updated
10 files
+2 −1 | .gitignore | |
+1 −1 | agent/agent.go | |
+13 −12 | auth/kratos.go | |
+3 −0 | cmd/playbook.go | |
+3 −1 | db/agents.go | |
+3 −3 | go.mod | |
+6 −6 | go.sum | |
+24 −6 | jobs/catalog.go | |
+1 −1 | jobs/jobs.go | |
+0 −5 | playbook/runner/template.go |