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

Commit 54a5f76

Browse files
committed
address test & doc comments
1 parent a1829d6 commit 54a5f76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cloudprovider/providers/openstack/openstack_instances.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +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.
114115
func (i *Instances) InstanceExistsByProviderID(providerID string) (bool, error) {
115116
return false, errors.New("unimplemented")
116117
}

0 commit comments

Comments
 (0)