upgrade-agent: allow more than one KubernetesComponent

This commit is contained in:
Markus Rudy 2023-12-08 18:38:00 +01:00 committed by Markus Rudy
parent 4ba483ec0e
commit 6f1b6b532f
5 changed files with 126 additions and 43 deletions

View file

@ -7,6 +7,7 @@ proto_library(
name = "upgradeproto_proto",
srcs = ["upgrade.proto"],
visibility = ["//visibility:public"],
deps = ["//internal/versions/components:components_proto"],
)
go_proto_library(
@ -16,6 +17,7 @@ go_proto_library(
importpath = "github.com/edgelesssys/constellation/v2/upgrade-agent/upgradeproto",
proto = ":upgradeproto_proto",
visibility = ["//visibility:public"],
deps = ["//internal/versions/components"],
)
go_library(