cleanup unused code and functions and fix unittest naming style

This commit is contained in:
Boshi Lian
2017-11-08 14:22:10 +08:00
parent d89293b00c
commit 950479d8a1
10 changed files with 29 additions and 95 deletions

View File

@@ -28,8 +28,8 @@ namespace k8s
{
Host = new UriBuilder("https", host, Convert.ToInt32(port)).ToString(),
AccessToken = token,
SslCaCert = Utils.LoadPemFileCert(rootCAFile)
SslCaCert = CertUtils.LoadPemFileCert(rootCAFile)
};
}
}
}
}