Merge pull request #9392 from fuweid/fix-ci

fix: podsandbox depends on Lease plugin
This commit is contained in:
Derek McGowan 2023-11-17 18:00:01 +00:00 committed by GitHub
commit 01f3937248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ func init() {
ID: "podsandbox",
Requires: []plugin.Type{
plugins.EventPlugin,
plugins.LeasePlugin,
plugins.ServicePlugin,
},
InitFn: func(ic *plugin.InitContext) (interface{}, error) {