mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 14:23:54 +00:00
implement InstanceShutdownByProviderID for azure
This commit is contained in:
@@ -64,4 +64,7 @@ type VMSet interface {
|
||||
DetachDiskByName(diskName, diskURI string, nodeName types.NodeName) error
|
||||
// GetDataDisks gets a list of data disks attached to the node.
|
||||
GetDataDisks(nodeName types.NodeName) ([]compute.DataDisk, error)
|
||||
|
||||
// GetProvisioningStateByNodeName gets the provisioning state by node name.
|
||||
GetProvisioningStateByNodeName(name string) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user