mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 20:44:14 -04:00
upgrade-agent: allow more than one KubernetesComponent
This commit is contained in:
parent
4ba483ec0e
commit
6f1b6b532f
5 changed files with 126 additions and 43 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue