This file contains 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 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