Merge pull request #120485 from ushitora-anqou/patch-1

fix: typo in staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto
This commit is contained in:
Kubernetes Prow Robot 2023-10-16 19:07:12 +02:00 committed by GitHub
commit 146252cae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ service RuntimeService {
rpc CheckpointContainer(CheckpointContainerRequest) returns (CheckpointContainerResponse) {}
// GetContainerEvents gets container events from the CRI runtime
rpc GetContainerEvents(GetEventsRequest) returns (stream ContainerEventResponse) {}
rpc GetContainerEvents(GetEventsRequest) returns (stream ContainerEventResponse) {}
// ListMetricDescriptors gets the descriptors for the metrics that will be returned in ListPodSandboxMetrics.
// This list should be static at startup: either the client and server restart together when