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 87699ec commit 7e7fabcCopy full SHA for 7e7fabc
pkg/types/spec/api.go
@@ -75,6 +75,7 @@ func GetAPISpec(apiConfig *userconfig.API, initialDeploymentTime int64, deployme
75
buf.WriteString(s.Obj(apiConfig.Networking))
76
buf.WriteString(s.Obj(apiConfig.Autoscaling))
77
buf.WriteString(s.Obj(apiConfig.UpdateStrategy))
78
+ buf.WriteString(s.Obj(apiConfig.NodeGroups))
79
specID := hash.Bytes(buf.Bytes())[:32]
80
81
apiID := fmt.Sprintf("%s-%s-%s", MonotonicallyDecreasingID(), deploymentID, specID) // should be up to 60 characters long
0 commit comments