so you could just use something like:
``` apiVersion: http://snapshot.storage.k8s.io/v1beta1|snapshot.storage.k8s.io/v1beta1
kind: VolumeSnapshotClass
metadata:
name: px-csi-snapclass
annotations:
http://snapshot.storage.kubernetes.io/is-default-class|snapshot.storage.kubernetes.io/is-default-class: "true"
driver: http://pxd.portworx.com|pxd.portworx.com
deletionPolicy: Delete```
and be fine?