mirror of https://github.com/kubernetes/kops.git
Update upup/pkg/fi/cloudup/awstasks/launchtemplate.go
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
This commit is contained in:
parent
224351a4b7
commit
a43aa2d74e
|
|
@ -70,7 +70,7 @@ type LaunchTemplate struct {
|
||||||
Tenancy *string
|
Tenancy *string
|
||||||
// UserData is the user data configuration
|
// UserData is the user data configuration
|
||||||
UserData *fi.ResourceHolder
|
UserData *fi.ResourceHolder
|
||||||
// InstanceInterrutionBehavior defines if a spot instance should be terminated, hibernated,
|
// InstanceInterruptionBehavior defines if a spot instance should be terminated, hibernated,
|
||||||
// or stopped after interruption
|
// or stopped after interruption
|
||||||
InstanceInterruptionBehavior *string
|
InstanceInterruptionBehavior *string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue