operators: cleanup placeholder nodeversion

This commit is contained in:
Malte Poll 2023-06-05 16:29:59 +02:00
parent f7f11c32f8
commit 5afb80c588
6 changed files with 99 additions and 4 deletions

View file

@ -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"
)