Skip to content

Commit

Permalink
fix: json tags in netconf were incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Oct 2, 2023
1 parent 36a8b88 commit 8535395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (
// NetConf is the configuration for the CNI plugin.
type NetConf struct {
// NetConf is the typed configuration for the CNI plugin.
types.NetConf `json:"inline"`
types.NetConf `json:",inline"`

// Kubernetes is the configuration for the Kubernetes API server and
// information about the node we are running on.
Expand Down

0 comments on commit 8535395

Please sign in to comment.