mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-14 20:22:13 -04:00
operators: cleanup placeholder nodeversion
This commit is contained in:
parent
f7f11c32f8
commit
5afb80c588
6 changed files with 99 additions and 4 deletions
|
@ -13,4 +13,10 @@ const (
|
|||
ControlPlaneScalingGroupResourceName = "scalinggroup-controlplane"
|
||||
// WorkerScalingGroupResourceName resource name used for WorkerScaling.
|
||||
WorkerScalingGroupResourceName = "scalinggroup-worker"
|
||||
// PlaceholderImageName name of the OS image used if upgrades are not yet supported.
|
||||
PlaceholderImageName = "unsupportedCSP"
|
||||
// PlaceholderControlPlaneScalingGroupName name of the control plane scaling group used if upgrades are not yet supported.
|
||||
PlaceholderControlPlaneScalingGroupName = "control-planes-id"
|
||||
// PlaceholderWorkerScalingGroupName name of the worker scaling group used if upgrades are not yet supported.
|
||||
PlaceholderWorkerScalingGroupName = "workers-id"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue