diff --git a/containerz/containerz.proto b/containerz/containerz.proto index 25b04b23..18de076a 100644 --- a/containerz/containerz.proto +++ b/containerz/containerz.proto @@ -782,6 +782,9 @@ message Plugin { // The configuration the plugin was started for. string config = 4; + + // The state of the plugin - enabled or not. + bool enabled = 5; } message ListPluginsResponse {