Skip to content

Commit 12c6d82

Browse files
committed
agent: completely remove support for ambassador-agent
1 parent 2526f1f commit 12c6d82

File tree

9 files changed

+1
-2435
lines changed

9 files changed

+1
-2435
lines changed

api/agent/director.proto

Lines changed: 0 additions & 189 deletions
This file was deleted.

build-aux/generate.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ generate/precious = $(OSS_HOME)/pkg/api/getambassador.io/crds.yaml
2626
# Whole directories with rules for each individual file in it
2727
generate/files += $(patsubst $(OSS_HOME)/api/%.proto, $(OSS_HOME)/pkg/api/%.pb.go , $(shell find $(OSS_HOME)/api/kat/ -name '*.proto')) $(OSS_HOME)/pkg/api/kat/
2828
generate/files += $(patsubst $(OSS_HOME)/api/%.proto, $(OSS_HOME)/pkg/api/%_grpc.pb.go , $(shell find $(OSS_HOME)/api/kat/ -name '*.proto'))
29-
generate/files += $(patsubst $(OSS_HOME)/api/%.proto, $(OSS_HOME)/pkg/api/%.pb.go , $(shell find $(OSS_HOME)/api/agent/ -name '*.proto')) $(OSS_HOME)/pkg/api/agent/
30-
generate/files += $(patsubst $(OSS_HOME)/api/%.proto, $(OSS_HOME)/pkg/api/%_grpc.pb.go , $(shell find $(OSS_HOME)/api/agent/ -name '*.proto'))
3129
# Whole directories with one rule for the whole directory
3230
generate/files += $(OSS_HOME)/pkg/envoy-control-plane/ # recipe in _cxx/envoy.mk
3331
# Individual files: Misc

0 commit comments

Comments
 (0)