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 cd21af9 commit 8238c4bCopy full SHA for 8238c4b
exp/api/v1beta2/awsmachinepool_webhook.go
@@ -133,6 +133,7 @@ func (r *AWSMachinePool) validateAdditionalSecurityGroups() field.ErrorList {
133
}
134
return allErrs
135
136
+
137
func (r *AWSMachinePool) validateSpotInstances() field.ErrorList {
138
var allErrs field.ErrorList
139
if r.Spec.AWSLaunchTemplate.SpotMarketOptions != nil && r.Spec.MixedInstancesPolicy != nil {
0 commit comments