aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ovnaction/pkg/module/resources.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ovnaction/pkg/module/resources.go b/src/ovnaction/pkg/module/resources.go
index 24c9833e..bb21ec48 100644
--- a/src/ovnaction/pkg/module/resources.go
+++ b/src/ovnaction/pkg/module/resources.go
@@ -36,7 +36,7 @@ import (
)
type NfnAnnotation struct {
- CniType string
+ CniType string `json:"type"`
Interface []WorkloadIfIntentSpec
}