Merge pull request #5716 from jelipo/fix-json-name

fix json serialize name
This commit is contained in:
Daniel Jiang
2023-01-03 13:25:53 +08:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@ type SnapshotSpec struct {
Location string `json:"location"`
// PersistentVolumeName is the Kubernetes name for the volume.
PersistentVolumeName string `json:persistentVolumeName`
PersistentVolumeName string `json:"persistentVolumeName"`
// ProviderVolumeID is the provider's ID for the volume.
ProviderVolumeID string `json:"providerVolumeID"`