linkerd2/proxy
Andrew Seigner 277c06cf1e
Simplify and refactor k8s labels and annnotations (#227)
The conduit.io/* k8s labels and annotations we're redundant in some
cases, and not flexible enough in others.

This change modifies the labels in the following ways:
`conduit.io/plane: control` => `conduit.io/controller-component: web`
`conduit.io/controller: conduit` => `conduit.io/controller-ns: conduit`
`conduit.io/plane: data` => (remove, redundant with `conduit.io/controller-ns`)
It also centralizes all k8s labels and annotations into
pkg/k8s/labels.go, and adds tests for the install command.

Part of #201

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-02-01 14:12:06 -08:00
..
src Adopt external tower-grpc and tower-h2 deps #225) 2018-02-01 11:57:02 -08:00
tests Adopt external tower-grpc and tower-h2 deps #225) 2018-02-01 11:57:02 -08:00
Cargo.toml Adopt external tower-grpc and tower-h2 deps #225) 2018-02-01 11:57:02 -08:00
Dockerfile Simplify and refactor k8s labels and annnotations (#227) 2018-02-01 14:12:06 -08:00
Dockerfile-deps Simplify and refactor k8s labels and annnotations (#227) 2018-02-01 14:12:06 -08:00
build.rs Use cargo:rerun-if-changed to avoid recompiling protos (#160) 2018-01-17 09:23:27 -08:00