Merge pull request #104866 from zzchun/fix-typo-in-framework-interface

fix typo in framework interface
This commit is contained in:
Kubernetes Prow Robot 2021-09-10 06:46:01 -07:00 committed by GitHub
commit cf535b0339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.