mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
fix typo in framework interface
Signed-off-by: zzchun <zzchun@zju.edu.cn>
This commit is contained in:
parent
2a88664ecc
commit
3ad158d62c
@ -131,7 +131,7 @@ func NewPodsToActivate() *PodsToActivate {
|
||||
}
|
||||
|
||||
// Status indicates the result of running a plugin. It consists of a code, a
|
||||
// message, (optionally) an error and an plugin name it fails by.
|
||||
// message, (optionally) an error, and a plugin name it fails by.
|
||||
// When the status code is not Success, the reasons should explain why.
|
||||
// And, when code is Success, all the other fields should be empty.
|
||||
// NOTE: A nil Status is also considered as Success.
|
||||
|
Loading…
Reference in New Issue
Block a user