mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
optional field removed in test
This commit is contained in:
parent
169792b3fb
commit
73bb511a44
@ -47,7 +47,6 @@ func TestPrintConfiguration(t *testing.T) {
|
|||||||
path: ""
|
path: ""
|
||||||
certificatesDir: ""
|
certificatesDir: ""
|
||||||
cloudProvider: ""
|
cloudProvider: ""
|
||||||
clusterName: ""
|
|
||||||
etcd:
|
etcd:
|
||||||
caFile: ""
|
caFile: ""
|
||||||
certFile: ""
|
certFile: ""
|
||||||
@ -86,7 +85,6 @@ func TestPrintConfiguration(t *testing.T) {
|
|||||||
path: ""
|
path: ""
|
||||||
certificatesDir: ""
|
certificatesDir: ""
|
||||||
cloudProvider: ""
|
cloudProvider: ""
|
||||||
clusterName: ""
|
|
||||||
etcd:
|
etcd:
|
||||||
caFile: ""
|
caFile: ""
|
||||||
certFile: ""
|
certFile: ""
|
||||||
@ -130,7 +128,6 @@ func TestPrintConfiguration(t *testing.T) {
|
|||||||
path: ""
|
path: ""
|
||||||
certificatesDir: ""
|
certificatesDir: ""
|
||||||
cloudProvider: ""
|
cloudProvider: ""
|
||||||
clusterName: ""
|
|
||||||
etcd:
|
etcd:
|
||||||
caFile: ""
|
caFile: ""
|
||||||
certFile: ""
|
certFile: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user