Skip to content

Commit fb6a0a9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloudprovider/providers/openstack/openstack_instances.go

+1-1
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)