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:
@@ -74,7 +74,7 @@ public class BasicTests
|
||||
});
|
||||
var client = new Kubernetes(new KubernetesClientConfiguration { Host = server.Addr });
|
||||
|
||||
var pod = await client.ReadNamespacedPodAsync("pod", "default").ConfigureAwait(false);
|
||||
var pod = await client.CoreV1.ReadNamespacedPodAsync("pod", "default").ConfigureAwait(false);
|
||||
|
||||
Assert.Equal("pod0", pod.Metadata.Name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user