mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04: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
1 changed files with 6 additions and 0 deletions
|
|
@ -57,6 +57,12 @@ func TestFindClusterID(t *testing.T) {
|
|||
},
|
||||
ExpectedNew: "a",
|
||||
},
|
||||
{
|
||||
Tags: map[string]string{
|
||||
TagNameKubernetesClusterPrefix + "a": "shared",
|
||||
},
|
||||
ExpectedNew: "a",
|
||||
},
|
||||
{
|
||||
Tags: map[string]string{
|
||||
TagNameKubernetesClusterPrefix + "a": "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue