diff --git a/pkg/commoncfg/config.go b/pkg/commoncfg/config.go index de653e4..e82dc54 100644 --- a/pkg/commoncfg/config.go +++ b/pkg/commoncfg/config.go @@ -348,6 +348,7 @@ type GRPCServerAttributes struct { type GRPCClient struct { Enabled bool `yaml:"enabled" json:"enabled"` Address string `yaml:"address" json:"address"` + Version string `yaml:"version" json:"version" default:"v1"` Attributes GRPCClientAttributes `yaml:"attributes" json:"attributes"` Pool GRPCPool `yaml:"pool" json:"pool"` SecretRef *SecretRef `yaml:"secretRef" json:"secretRef"`