mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 18:11:22 +00:00
Merge pull request #111642 from harche/evented_pleg_cri_changes
Update CRI API to support Evented PLEG
This commit is contained in:
@@ -332,3 +332,7 @@ func (f *RemoteRuntime) CheckpointContainer(ctx context.Context, req *kubeapi.Ch
|
||||
|
||||
return &kubeapi.CheckpointContainerResponse{}, nil
|
||||
}
|
||||
|
||||
func (f *RemoteRuntime) GetContainerEvents(req *kubeapi.GetEventsRequest, ces kubeapi.RuntimeService_GetContainerEventsServer) error {
|
||||
return nil
|
||||
}
|
||||
|
@@ -1225,3 +1225,7 @@ func (r *remoteRuntimeService) CheckpointContainer(options *runtimeapi.Checkpoin
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (r *remoteRuntimeService) GetContainerEvents(containerEventsCh chan *runtimeapi.ContainerEventResponse) error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user