constellation/operators/constellation-node-operator/internal/cloud/gcp/client
Moritz Sanft b03e671a62
constellation-node-operator: don't bail out on listing errors (#3522)
If the GCP project has scaling groups for which our checks can't be performed (which is the case for regional scaling groups, as they "don't exist" for the operator, if deployed in another region) . In that case, we should not bail out directly but go on with the next group. An error should only be thrown if there are no matching groups at all.
2024-12-03 22:44:38 +01:00
..
api.go operator: use GCP REST API for instance templates (#3361) 2024-09-18 08:57:14 +02:00
autocaler.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
BUILD.bazel operator: use GCP REST API for instance templates (#3361) 2024-09-18 08:57:14 +02:00
client.go operator: use GCP REST API for instance templates (#3361) 2024-09-18 08:57:14 +02:00
client_test.go operator: use GCP REST API for instance templates (#3361) 2024-09-18 08:57:14 +02:00
config.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
config_test.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
disks.go operator: escape dots in url (#2990) 2024-03-15 22:44:10 +01:00
disks_test.go operator: escape dots in url (#2990) 2024-03-15 22:44:10 +01:00
gcpwrappers.go operator: use GCP REST API for instance templates (#3361) 2024-09-18 08:57:14 +02:00
instancegroupmanagers.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
instancegroupmanagers_test.go go: remove unused parameters 2023-03-20 08:41:01 -04:00
instancetemplate.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
instancetemplate_test.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
metadata.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
metadata_test.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
nodeimage.go operators: ignore node deletion errors on absence (#3113) 2024-05-22 15:51:21 +02:00
nodeimage_test.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
pendingnode.go deps: remove go.mod files from submodules (#2769) 2024-01-08 13:19:38 +01:00
pendingnode_test.go deps: remove go.mod files from submodules (#2769) 2024-01-08 13:19:38 +01:00
project.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
project_test.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
providerid.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
providerid_test.go operator: always create initial resources (#858) 2023-01-04 16:44:47 +01:00
scalinggroup.go constellation-node-operator: don't bail out on listing errors (#3522) 2024-12-03 22:44:38 +01:00
scalinggroup_test.go constellation-node-operator: don't bail out on listing errors (#3522) 2024-12-03 22:44:38 +01:00