8.0: API Group + v1.24 (#850)
* swagger 1.24 * trim converter * api group * before moving method * grouped api for client * fix classic build * fix e2e * move all code to v8 * fix vis to * bump ver * fix authtest filename
This commit is contained in:
@@ -21,9 +21,9 @@ namespace prom
|
||||
Console.WriteLine("Making requests!");
|
||||
while (true)
|
||||
{
|
||||
client.ListNamespacedPod("default");
|
||||
client.ListNode();
|
||||
client.ListNamespacedDeployment("default");
|
||||
client.CoreV1.ListNamespacedPod("default");
|
||||
client.CoreV1.ListNode();
|
||||
client.AppsV1.ListNamespacedDeployment("default");
|
||||
Thread.Sleep(1000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user