We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe5e22 commit bdbb5c9Copy full SHA for bdbb5c9
api/v1/cluster.go
@@ -52,6 +52,7 @@ func (h HostingProvider) ConvertToPreferredProvider() HostingProvider {
52
53
const (
54
AceInfoConfigMapName = "ace-info"
55
+ AceMachineProfileKey = "kubernetes.io/instance-type"
56
57
ClusterNameKey string = "cluster.appscode.com/name"
58
ClusterDisplayNameKey string = "cluster.appscode.com/display-name"
0 commit comments