mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
registry/core/service: remove incorrect comments
These interface methods are not only used for testing. Remove the incorrect comments.
This commit is contained in:
parent
b31774d39b
commit
0f5535ea25
@ -23,11 +23,7 @@ type Interface interface {
|
||||
AllocateNext() (int, bool, error)
|
||||
Release(int) error
|
||||
ForEach(func(int))
|
||||
|
||||
// For testing
|
||||
Has(int) bool
|
||||
|
||||
// For testing
|
||||
Free() int
|
||||
|
||||
// Destroy shuts down all internal structures.
|
||||
|
Loading…
Reference in New Issue
Block a user