Merge pull request #145 from bskiba/cloud_provider

Fix comment in cloud_provider.go
This commit is contained in:
MaciekPytel 2017-06-29 10:39:17 +02:00 committed by GitHub
commit e1390a2e2d
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ type NodeGroup interface {
// DecreaseTargetSize decreases the target size of the node group. This function
// doesn't permit to delete any existing node and can be used only to reduce the
// request for new nodes that have not been yet fulfilled. Delta should be negative.
// It is assumed that cloud provider will not delete the existing nodes if the size
// when there is an option to just decrease the target.
// It is assumed that cloud provider will not delete the existing nodes when there
// is an option to just decrease the target.
DecreaseTargetSize(delta int) error
// Id returns an unique identifier of the node group.