kops/pkg/nodeidentity/azure
Kenji Kaneda a2bfbdd4cb Fix node label conversion in Azure
As Azure doesn't allow "/" in label keys, we used to convert "/" to
"_", but we didn't convert back "_" to "/" in kops-controller.

Change the code to store a label key in a tag value so that we don't
need to worry about escaping.
2021-02-28 22:35:12 -08:00
..
testdata Add Azure support 2020-12-21 08:27:54 -08:00
BUILD.bazel Fix node label conversion in Azure 2021-02-28 22:35:12 -08:00
client.go Add Azure support 2020-12-21 08:27:54 -08:00
client_test.go Add Azure support 2020-12-21 08:27:54 -08:00
identify.go Fix node label conversion in Azure 2021-02-28 22:35:12 -08:00
identify_test.go Add Azure support 2020-12-21 08:27:54 -08:00
testing.go Add Azure support 2020-12-21 08:27:54 -08:00