mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-08 22:28:02 -05:00
15 lines
363 B
Go
15 lines
363 B
Go
/*
|
|
Copyright (c) Edgeless Systems GmbH
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
package constants
|
|
|
|
const (
|
|
AutoscalingStrategyResourceName = "autoscalingstrategy"
|
|
NodeImageResourceName = "constellation-os"
|
|
ControlPlaneScalingGroupResourceName = "scalinggroup-controlplane"
|
|
WorkerScalingGroupResourceName = "scalinggroup-worker"
|
|
)
|