Skip to content

Commit

Permalink
change godoc based on feedback from luxas
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorwit2 committed Aug 25, 2017
1 parent 54a5f76 commit fb6a0a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (i *Instances) ExternalID(name types.NodeName) (string, error) {
}

// InstanceExistsByProviderID returns true if the instance with the given provider id still exists and 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.
func (i *Instances) InstanceExistsByProviderID(providerID string) (bool, error) {
return false, errors.New("unimplemented")
}
Expand Down

0 comments on commit fb6a0a9

Please sign in to comment.