Show runtime handler in sandbox debug info.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
@@ -113,7 +113,6 @@ type containerInfo struct {
|
||||
}
|
||||
|
||||
// toCRIContainerInfo converts internal container object information to CRI container status response info map.
|
||||
// TODO(random-liu): Return error instead of logging.
|
||||
func toCRIContainerInfo(ctx context.Context, container containerstore.Container, verbose bool) (map[string]string, error) {
|
||||
if !verbose {
|
||||
return nil, nil
|
||||
|
||||
Reference in New Issue
Block a user