Skip to content

Commit 2b00a00

Browse files
committed
cri: add file log type
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
1 parent 131286b commit 2b00a00

45 files changed

Lines changed: 3790 additions & 2516 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
{
9+
"name": "debug",
10+
"type": "go",
11+
"request": "launch",
12+
"mode": "auto",
13+
"program": "${workspaceFolder}/cmd/containerd"
14+
}
15+
]
16+
}

api/buf.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
version: v2
33
deps:
44
- name: buf.build/googleapis/googleapis
5-
commit: 004180b77378443887d3b55cabc00384
6-
digest: b5:e8f475fe3330f31f5fd86ac689093bcd274e19611a09db91f41d637cb9197881ce89882b94d13a58738e53c91c6e4bae7dc1feba85f590164c975a89e25115dc
5+
commit: 536964a08a534d51b8f30f2d6751f1f9
6+
digest: b5:3e05d27e797b00c345fadd3c15cf0e16c4cc693036a55059721e66d6ce22a96264a4897658c9243bb0874fa9ca96e437589eb512189d2754604a626c632f6030

0 commit comments

Comments
 (0)