mirror of https://github.com/kubernetes/kops.git
fix terraform spot_options key
This commit is contained in:
parent
186da5cd3e
commit
ddf79be176
|
|
@ -75,7 +75,7 @@ type terraformLaunchTemplateMarketOptions struct {
|
||||||
// MarketType is the option type
|
// MarketType is the option type
|
||||||
MarketType *string `json:"market_type,omitempty"`
|
MarketType *string `json:"market_type,omitempty"`
|
||||||
// SpotOptions are the set of options
|
// SpotOptions are the set of options
|
||||||
SpotOptions []*terraformLaunchTemplateMarketOptionsSpotOptions `json:"options,omitempty"`
|
SpotOptions []*terraformLaunchTemplateMarketOptionsSpotOptions `json:"spot_options,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type terraformLaunchTemplateBlockDeviceEBS struct {
|
type terraformLaunchTemplateBlockDeviceEBS struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue