integration: modernize: omitzero

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-03-17 12:28:13 +01:00
parent 22fd63994e
commit a5cfa74d5e

View File

@@ -37,7 +37,7 @@ const delegatedPlugin = "bridge"
type netConf struct {
RuntimeConfig struct {
PodAnnotations inheritedPodAnnotations `json:"io.kubernetes.cri.pod-annotations"`
} `json:"runtimeConfig,omitempty"`
} `json:"runtimeConfig"`
}
type inheritedPodAnnotations struct {