Skip to content

Instantly share code, notes, and snippets.

@jenting
Created January 16, 2020 02:17
Show Gist options
  • Save jenting/d51e7053e35f88f84f3e4f36b0d6a8e3 to your computer and use it in GitHub Desktop.
Save jenting/d51e7053e35f88f84f3e4f36b0d6a8e3 to your computer and use it in GitHub Desktop.
CRD v1 k8s 1.16+
kubectl get crd.apiextensions.k8s.io foos.example.com -o yaml
kubectl get crd.v1.apiextensions.k8s.io foos.example.com -o yaml
kubectl get crd.v1beta1.apiextensions.k8s.io foos.example.com -o yaml
@jenting
Copy link
Author

jenting commented Jan 16, 2020

image

@jenting
Copy link
Author

jenting commented Jan 16, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment