fix json serialize name
Signed-off-by: haining.cao <haining.cao@daocloud.io>pull/5716/head
parent
bd370b2215
commit
544df59f58
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue