Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Last active November 13, 2018 17:05
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 random-robbie/4bff41ece2bf52f3c7c4465e80b4bc71 to your computer and use it in GitHub Desktop.
Save random-robbie/4bff41ece2bf52f3c7c4465e80b4bc71 to your computer and use it in GitHub Desktop.

List Default Name Space

/api/v1/overview/default?filterBy=&itemsPerPage=10&name=&page=1&sortBy=d,creationTimestamp

List Secrets

/api/v1/secret/default?filterBy=&itemsPerPage=10&name=&page=1&sortBy=d,creationTimestamp 

Grab Secret

/api/v1/_raw/secret/namespace/default/name/erlang.cookie

Grab Name Spaces

/api/v1/namespace

Grab Pods

/api/v1/pod/default?filterBy=&itemsPerPage=10&name=&page=1&sortBy=d,creationTimestamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment