Skip to content

Instantly share code, notes, and snippets.

@bryanl
Created May 15, 2018 17:22
Show Gist options
  • Save bryanl/1da786cecff089fe91241b4b488217e3 to your computer and use it in GitHub Desktop.
Save bryanl/1da786cecff089fe91241b4b488217e3 to your computer and use it in GitHub Desktop.
factory.NewBuilder().
Unstructured().
NamespaceParam("default").
ExportParam(true).
ResourceTypeOrNameArgs(true, "all").
LabelSelectorParam("app=my-app").
ContinueOnError().
Latest().
Flatten().
IncludeUninitialized(false).
Do()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment