mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
fix typo in cmd/kube-apiserver/app/options/validation_test.go
Put back test case that was dropped by mistake. Signed-off-by: TommyStarK <thomasmilox@gmail.com>
This commit is contained in:
parent
47fdbd97d3
commit
44c94f98b6
@ -113,6 +113,11 @@ func TestClusterServiceIPRange(t *testing.T) {
|
|||||||
expectErrors: false,
|
expectErrors: false,
|
||||||
options: makeOptionsWithCIDRs("10.0.0.0/16", "3000::/108"),
|
options: makeOptionsWithCIDRs("10.0.0.0/16", "3000::/108"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "valid v6-v4 dual stack",
|
||||||
|
expectErrors: false,
|
||||||
|
options: makeOptionsWithCIDRs("3000::/108", "10.0.0.0/16"),
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, tc := range testCases {
|
for _, tc := range testCases {
|
||||||
|
Loading…
Reference in New Issue
Block a user