From 40eb2fdbbb66aa6ef51422e6f62d8f3fb48ab35e Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Wed, 2 Oct 2024 14:28:24 -0700 Subject: [PATCH] Fix protos Signed-off-by: Maksym Pavlenko --- api/types/transfer/registry.proto | 8 ++++---- .../containerd/api/types/transfer/registry.proto | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/types/transfer/registry.proto b/api/types/transfer/registry.proto index 5f3e4185e..29b9f3c92 100644 --- a/api/types/transfer/registry.proto +++ b/api/types/transfer/registry.proto @@ -41,11 +41,11 @@ message RegistryResolver { // Force skip verify // CA callback? Client TLS callback? - // Enable HTTP debugging - bool http_debug = 5; + // Enable HTTP debugging + bool http_debug = 5; - // Enable HTTP requests tracing - bool http_trace = 6; + // Enable HTTP requests tracing + bool http_trace = 6; } // AuthRequest is sent as a callback on a stream diff --git a/vendor/github.com/containerd/containerd/api/types/transfer/registry.proto b/vendor/github.com/containerd/containerd/api/types/transfer/registry.proto index 5f3e4185e..29b9f3c92 100644 --- a/vendor/github.com/containerd/containerd/api/types/transfer/registry.proto +++ b/vendor/github.com/containerd/containerd/api/types/transfer/registry.proto @@ -41,11 +41,11 @@ message RegistryResolver { // Force skip verify // CA callback? Client TLS callback? - // Enable HTTP debugging - bool http_debug = 5; + // Enable HTTP debugging + bool http_debug = 5; - // Enable HTTP requests tracing - bool http_trace = 6; + // Enable HTTP requests tracing + bool http_trace = 6; } // AuthRequest is sent as a callback on a stream