Skip to content

Commit

Permalink
update struct member type
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored and dependabot[bot] committed Dec 20, 2023
1 parent 8c95629 commit d4c9993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/migrate/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func getPVCs(ctx context.Context, w *log.Logger, clientset k8sclient.Interface,
},
Spec: corev1.PersistentVolumeClaimSpec{
StorageClassName: &destSCName,
Resources: corev1.ResourceRequirements{
Resources: corev1.VolumeResourceRequirements{
Requests: map[corev1.ResourceName]resource.Quantity{
corev1.ResourceStorage: desiredPvStorage,
},
Expand Down

0 comments on commit d4c9993

Please sign in to comment.