kops/pkg/model/azuremodel
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
..
BUILD.bazel add internal loadbalancer for azure 2021-02-12 17:13:01 -05:00
OWNERS Add Azure support 2020-12-21 08:27:54 -08:00
api_loadbalancer.go add support for azure public loadbalancer 2021-02-23 17:42:33 -05:00
api_loadbalancer_test.go add internal loadbalancer for azure 2021-02-12 17:13:01 -05:00
context.go Fix node label conversion in Azure 2021-02-28 22:35:12 -08:00
context_test.go Fix node label conversion in Azure 2021-02-28 22:35:12 -08:00
network.go add usage of subnet and routetable shared resources in azure 2021-02-22 15:28:55 -05:00
network_test.go Add Azure support 2020-12-21 08:27:54 -08:00
resourcegroup.go Add Azure support 2020-12-21 08:27:54 -08:00
resourcegroup_test.go Add Azure support 2020-12-21 08:27:54 -08:00
testing.go add internal loadbalancer for azure 2021-02-12 17:13:01 -05:00
vmscaleset.go Merge pull request #10797 from t1cg/azureManagedImage 2021-02-12 16:27:05 -08:00
vmscaleset_test.go Allow managed images for Azure instance groups 2021-02-11 15:42:17 -05:00