Created
January 16, 2020 02:17
-
-
Save jenting/d51e7053e35f88f84f3e4f36b0d6a8e3 to your computer and use it in GitHub Desktop.
CRD v1 k8s 1.16+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Author
jenting
commented
Jan 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment