mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #104866 from zzchun/fix-typo-in-framework-interface
fix typo in framework interface
This commit is contained in:
commit
cf535b0339
@ -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