From 3271cbbad5a29ca113071f84fb576c5704940759 Mon Sep 17 00:00:00 2001 From: Silambu Murthy Date: Tue, 30 Jun 2026 14:06:00 -0700 Subject: [PATCH] Update containerz.proto --- containerz/containerz.proto | 3 +++ 1 file changed, 3 insertions(+) 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 {