mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
revert the comment change from Run to run
This commit is contained in:
parent
0f4b34d711
commit
688dab7249
@ -173,7 +173,7 @@ func (sync *NodeSync) Delete(node *v1.Node) {
|
|||||||
|
|
||||||
// syncOp is the interface for generic sync operation.
|
// syncOp is the interface for generic sync operation.
|
||||||
type syncOp interface {
|
type syncOp interface {
|
||||||
// Run the requested sync operation.
|
// run the requested sync operation.
|
||||||
run(sync *NodeSync) error
|
run(sync *NodeSync) error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user