Skip to content

Instantly share code, notes, and snippets.

@mgoodness
Created January 5, 2019 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mgoodness/3998eb4aab8ca01a6b5468f76586f48f to your computer and use it in GitHub Desktop.
Save mgoodness/3998eb4aab8ca01a6b5468f76586f48f to your computer and use it in GitHub Desktop.
k8s-api() {
if [[ "$1" == "1.9" ]]; then
url="https://v1-9.docs.kubernetes.io/docs/api-reference/v1.9/"
else
url="https://kubernetes.io/docs/reference/generated/kubernetes-api/v$1/"
fi
open ${url}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment