cleanup unused code and functions and fix unittest naming style
This commit is contained in:
@@ -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)
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user