Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit fb6a0a9

Browse files
committed
change godoc based on feedback from luxas
1 parent 54a5f76 commit fb6a0a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cloudprovider/providers/openstack/openstack_instances.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (i *Instances) ExternalID(name types.NodeName) (string, error) {
111111
}
112112

113113
// InstanceExistsByProviderID returns true if the instance with the given provider id still exists and is running.
114-
// If false is returned with no error, the instance will be immediately deleted.
114+
// If false is returned with no error, the instance will be immediately deleted by the cloud controller manager.
115115
func (i *Instances) InstanceExistsByProviderID(providerID string) (bool, error) {
116116
return false, errors.New("unimplemented")
117117
}

0 commit comments

Comments
 (0)