Skip to content

Commit 03d934a

Browse files
authored
Merge pull request containerd#3474 from crosbymichael/uuid
Add UUID and server info to introspection
2 parents 13c6dcd + 9f0bc2b commit 03d934a

File tree

6 files changed

+364
-35
lines changed

6 files changed

+364
-35
lines changed

api/next.pb.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2368,6 +2368,7 @@ file {
23682368
package: "containerd.services.introspection.v1"
23692369
dependency: "github.com/containerd/containerd/api/types/platform.proto"
23702370
dependency: "google/rpc/status.proto"
2371+
dependency: "google/protobuf/empty.proto"
23712372
dependency: "gogoproto/gogo.proto"
23722373
message_type {
23732374
name: "Plugin"
@@ -2471,18 +2472,36 @@ file {
24712472
json_name: "plugins"
24722473
}
24732474
}
2475+
message_type {
2476+
name: "ServerResponse"
2477+
field {
2478+
name: "uuid"
2479+
number: 1
2480+
label: LABEL_OPTIONAL
2481+
type: TYPE_STRING
2482+
options {
2483+
65004: "UUID"
2484+
}
2485+
json_name: "uuid"
2486+
}
2487+
}
24742488
service {
24752489
name: "Introspection"
24762490
method {
24772491
name: "Plugins"
24782492
input_type: ".containerd.services.introspection.v1.PluginsRequest"
24792493
output_type: ".containerd.services.introspection.v1.PluginsResponse"
24802494
}
2495+
method {
2496+
name: "Server"
2497+
input_type: ".google.protobuf.Empty"
2498+
output_type: ".containerd.services.introspection.v1.ServerResponse"
2499+
}
24812500
}
24822501
options {
24832502
go_package: "github.com/containerd/containerd/api/services/introspection/v1;introspection"
24842503
}
2485-
weak_dependency: 2
2504+
weak_dependency: 3
24862505
syntax: "proto3"
24872506
}
24882507
file {

0 commit comments

Comments
 (0)