Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 29, 2020 08:40
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 velotiotech/9b8dc7eb200d7fbd313056613c159177 to your computer and use it in GitHub Desktop.
Save velotiotech/9b8dc7eb200d7fbd313056613c159177 to your computer and use it in GitHub Desktop.
$ kubectl api-resources | grep -E "^Name|csi|storage|PersistentVolume"
NAME APIGROUP NAMESPACED KIND
persistentvolumesclaims true PersistentVolumeClaim
persistentvolume false PersistentVolume
csidrivers csi.storage.k8s.io false CSIDrivers
volumesnapshotclasses snapshot.storage.k8s.io false VolumeSnapshotClass
volumesnapshotcontents snapshot.storage.k8s.io false VolumeSnapshotContent
Volumesnapshots snapshot.storage.k8s.io true VolumeSnapshot
csidrivers storage.k8s.io false CSIDriver
csinodes storage.k8s.io false CSINode
storageclasses storage.k8s.io false VolumeAttachment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment