Skip to content

Instantly share code, notes, and snippets.

@masroorhasan
Created December 5, 2017 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masroorhasan/5446c017656e2c0cb0275a0e4ed81b3d to your computer and use it in GitHub Desktop.
Save masroorhasan/5446c017656e2c0cb0275a0e4ed81b3d to your computer and use it in GitHub Desktop.
V1PodList podList = client.CoreApi.ListNamespacedPod("default");
foreach (V1Pod pod in podList.Items)
Console.WriteLine($"Pod={pod.Metadata.Name}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment