mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
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:
commit
146252cae8
@ -120,7 +120,7 @@ service RuntimeService {
|
|||||||
rpc CheckpointContainer(CheckpointContainerRequest) returns (CheckpointContainerResponse) {}
|
rpc CheckpointContainer(CheckpointContainerRequest) returns (CheckpointContainerResponse) {}
|
||||||
|
|
||||||
// GetContainerEvents gets container events from the CRI runtime
|
// 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.
|
// 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
|
// This list should be static at startup: either the client and server restart together when
|
||||||
|
Loading…
Reference in New Issue
Block a user