Skip to content

Commit f9846b4

Browse files
authored
Update mesh config to not import k8s libraries (#3154)
* Update mesh config to not import k8s libraries * drop optional * fix repeated * gen
1 parent b9c26ac commit f9846b4

File tree

5 files changed

+1384
-1085
lines changed

5 files changed

+1384
-1085
lines changed

Makefile.core.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ clean-labels:
9494
local-lint-protos:
9595
@buf lint
9696
@./scripts/check-operator-proto.sh
97+
@./scripts/check-imports.sh
9798

9899
lint: lint-dockerfiles lint-scripts lint-yaml lint-helm lint-copyright-banner lint-go lint-python lint-markdown lint-sass lint-typescript lint-licenses local-lint-protos
99100
@$(htmlproofer) . --url-swap "istio.io:preliminary.istio.io" --assume-extension --check-html --check-external-hash --check-opengraph --timeframe 2d --storage-dir $(repo_dir)/.htmlproofer --url-ignore "/localhost/"

0 commit comments

Comments
 (0)