container: support hostprocess containers and expose kubernetes labels (#1911)

This commit is contained in:
Jan-Otto Kröpke
2025-05-18 09:39:52 +02:00
committed by GitHub
parent 6b87441729
commit 898e16bcb1
43 changed files with 1800 additions and 296 deletions

View File

@@ -4,6 +4,7 @@ linters:
disable:
- cyclop
- depguard
- dogsled
- dupl
- err113
- exhaustive
@@ -56,6 +57,11 @@ linters:
excludes:
- G101
- G115
govet:
enable-all: true
disable:
- fieldalignment
- shadow
sloglint:
no-mixed-args: true
kv-only: false