mirror of https://github.com/kubernetes/kops.git
use describeInstanceHealth api
This commit is contained in:
parent
6e93352459
commit
0ccb8b166c
|
|
@ -120,6 +120,7 @@ const instanceInServiceState = "InService"
|
|||
// AWSErrCodeInvalidAction is returned in AWS partitions that don't support certain actions
|
||||
const AWSErrCodeInvalidAction = "InvalidAction"
|
||||
|
||||
|
||||
type AWSCloud interface {
|
||||
fi.Cloud
|
||||
CloudFormation() *cloudformation.CloudFormation
|
||||
|
|
|
|||
Loading…
Reference in New Issue