mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05:00
51cf638361
Signed-off-by: Malte Poll <mp@edgeless.systems>
9 lines
284 B
Go
9 lines
284 B
Go
package constants
|
|
|
|
const (
|
|
AutoscalingStrategyResourceName = "autoscalingstrategy"
|
|
NodeImageResourceName = "constellation-coreos"
|
|
ControlPlaneScalingGroupResourceName = "scalinggroup-controlplane"
|
|
WorkerScalingGroupResourceName = "scalinggroup-worker"
|
|
)
|