Merge pull request #145 from bskiba/cloud_provider
Fix comment in cloud_provider.go
This commit is contained in:
commit
e1390a2e2d
|
|
@ -73,8 +73,8 @@ type NodeGroup interface {
|
||||||
// DecreaseTargetSize decreases the target size of the node group. This function
|
// 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
|
// 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.
|
// 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
|
// It is assumed that cloud provider will not delete the existing nodes when there
|
||||||
// when there is an option to just decrease the target.
|
// is an option to just decrease the target.
|
||||||
DecreaseTargetSize(delta int) error
|
DecreaseTargetSize(delta int) error
|
||||||
|
|
||||||
// Id returns an unique identifier of the node group.
|
// Id returns an unique identifier of the node group.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue