mirror of https://github.com/kubernetes/kops.git
Fix field name in struct.
This commit is contained in:
parent
2c1db7dfff
commit
36a031f771
|
|
@ -579,7 +579,7 @@ type terraformAutoscalingLaunchTemplate struct {
|
||||||
// LaunchTemplateSpecification is the definition for a LT
|
// LaunchTemplateSpecification is the definition for a LT
|
||||||
LaunchTemplateSpecification []*terraformAutoscalingLaunchTemplateSpecification `json:"launch_template_specification,omitempty"`
|
LaunchTemplateSpecification []*terraformAutoscalingLaunchTemplateSpecification `json:"launch_template_specification,omitempty"`
|
||||||
// Override the is machine type override
|
// Override the is machine type override
|
||||||
Overrides []*terraformAutoscalingLaunchTemplateOverride `json:"overrides,omitempty"`
|
Override []*terraformAutoscalingLaunchTemplateOverride `json:"overrides,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type terraformAutoscalingInstanceDistribution struct {
|
type terraformAutoscalingInstanceDistribution struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue