change godoc based on feedback from luxas

This commit is contained in:
Josh Horwitz
2017-08-25 18:04:10 -04:00
parent 82a69b2815
commit cf75c49883
10 changed files with 10 additions and 10 deletions

View File

@@ -141,7 +141,7 @@ type Instances interface {
// On most clouds (e.g. GCE) this is the hostname, so we provide the hostname
CurrentNodeName(hostname string) (types.NodeName, error)
// InstanceExistsByProviderID returns true if the instance for the given provider id still is running.
// If false is returned with no error, the instance will be immediately deleted.
// If false is returned with no error, the instance will be immediately deleted by the cloud controller manager.
InstanceExistsByProviderID(providerID string) (bool, error)
}