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
BUILD.bazel Fix node label conversion in Azure 2021-02-28 22:35:12 -08:00
client.go
client_test.go
identify.go Fix node label conversion in Azure 2021-02-28 22:35:12 -08:00
identify_test.go
testing.go