Improve the default client loading code. (#251)
* Improve the default client loading code. * Address comments.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e0db2ae8bd
commit
de99b2b6b4
@@ -7,7 +7,7 @@ namespace simple
|
||||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
var config = KubernetesClientConfiguration.BuildConfigFromConfigFile();
|
||||
var config = KubernetesClientConfiguration.BuildDefaultConfig();
|
||||
IKubernetes client = new Kubernetes(config);
|
||||
Console.WriteLine("Starting Request!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user