linkerd2/controller/k8s
Matei David 98e38a66b6
Rename meshTls to meshTLS in ExternalWorkload CRD (#12098)
The ExternalWorkload resource we introduced has a minor naming
inconsistency; `Tls` in `meshTls` is not capitalised. Other resources
that we have (e.g. authentication resources) capitalise TLS (and so does
Go, it follows a similar naming convention).

We fix this in the workload resource by changing the field's name and
bumping the version to `v1beta1`.

Upgrading the control plane version will continue to work without
downtime. However, if an existing resource exists, the policy controller
will not completely initialise. It will not enter a crashloop backoff,
but it will also not become ready until the resource is edited or
deleted.

Signed-off-by: Matei David <matei@buoyant.io>
2024-02-20 11:00:13 -08:00
..
api.go Rename meshTls to meshTLS in ExternalWorkload CRD (#12098) 2024-02-20 11:00:13 -08:00
api_resource.go policy: regenerate Server go bindings (#11920) 2024-01-15 11:09:31 +02:00
api_test.go Use metadata API in the proxy and tap injectors (#9650) 2022-11-16 09:21:39 -05:00
clientset.go smi: remove default functionality in linkerd (#7334) 2021-12-03 12:07:30 +05:30
k8s.go Add support for remote discovery (#11224) 2023-08-11 09:31:45 -07:00
metadata_api.go Fixed destination metrics warning when re-linking (#11253) 2023-08-16 15:27:31 -07:00
prometheus.go Fixed service-mirror metrics warning (#11246) 2023-08-16 13:34:50 -05:00
test_helper.go Reflect changes to server selector in opaqueness (#12031) 2024-02-05 12:25:16 -08:00