mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 06:43:54 +00:00
AWS: Add a simple test for "shared" tag
For some reason this wasn't done in 0b5ae5391e
.
This commit is contained in:
parent
4a627e9008
commit
e952c12dfe
@ -57,6 +57,12 @@ func TestFindClusterID(t *testing.T) {
|
|||||||
},
|
},
|
||||||
ExpectedNew: "a",
|
ExpectedNew: "a",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Tags: map[string]string{
|
||||||
|
TagNameKubernetesClusterPrefix + "a": "shared",
|
||||||
|
},
|
||||||
|
ExpectedNew: "a",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Tags: map[string]string{
|
Tags: map[string]string{
|
||||||
TagNameKubernetesClusterPrefix + "a": "",
|
TagNameKubernetesClusterPrefix + "a": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user