We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753852c commit aa59a39Copy full SHA for aa59a39
cni/netconfig.go
@@ -15,6 +15,7 @@ const (
15
PolicyStr string = "Policy"
16
)
17
18
+// KVPair represents a K-V pair of a json object.
19
type KVPair struct {
20
Name string `json:"name"`
21
Value json.RawMessage `json:"value"`
0 commit comments