diff --git a/cmd/ambex/main.go b/cmd/ambex/main.go index 880db68e4a..ebd6d0b0ba 100644 --- a/cmd/ambex/main.go +++ b/cmd/ambex/main.go @@ -73,8 +73,9 @@ import ( v3server "github.com/datawire/ambassador/v2/pkg/envoy-control-plane/server/v3" "github.com/datawire/ambassador/v2/pkg/memory" - // envoy protobuf v2 -- Be sure to import the package of any types that the Python emits a - // "@type" of in the generated config, even if that package is otherwise not used by ambex. + // Envoy API v2 + // Be sure to import the package of any types that're referenced with "@type" in our + // generated Envoy config, even if that package is otherwise not used by ambex. v2 "github.com/datawire/ambassador/v2/pkg/api/envoy/api/v2" _ "github.com/datawire/ambassador/v2/pkg/api/envoy/api/v2/auth" v2core "github.com/datawire/ambassador/v2/pkg/api/envoy/api/v2/core"