Hello can anyone help me to figure out how do I ap...
# golang
c
Hello can anyone help me to figure out how do I apply this manifest with the go sdk (instead of doing
yaml.Config
thing?)
Copy code
kind: VolumeSnapshotClass
apiVersion: <http://snapshot.storage.k8s.io/v1|snapshot.storage.k8s.io/v1>
metadata:
  name: longhorn
driver: <http://driver.longhorn.io|driver.longhorn.io>
deletionPolicy: Delete
Looks like the
<http://snapshot.storage.k8s.io|snapshot.storage.k8s.io>
api is not available in the Go sdk.