Skip to content

Commit 4d714fd

Browse files
committed
Support for update Volume tags via RIAAS
1 parent 84eddba commit 4d714fd

File tree

10 files changed

+80
-98
lines changed

10 files changed

+80
-98
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
require (
66
github.com/IBM/ibm-csi-common v1.1.19-0.20250126063306-393291468e53
77
github.com/IBM/ibmcloud-volume-interface v1.2.8
8-
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250126063032-3d65a01a5ede
8+
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250127070546-255e6fc5f8a7
99
github.com/IBM/secret-utils-lib v1.1.11
1010
github.com/container-storage-interface/spec v1.9.0
1111
github.com/golang/glog v1.2.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/IBM/ibm-csi-common v1.1.19-0.20250126063306-393291468e53 h1:u0LDzIFa0
1010
github.com/IBM/ibm-csi-common v1.1.19-0.20250126063306-393291468e53/go.mod h1:8bAkk54FT6JJ+OTH97/kaD6AMiXN4tI6oBS1hxZvZSw=
1111
github.com/IBM/ibmcloud-volume-interface v1.2.8 h1:1cHqS+sLgcHQ/74gBxyWPe8DzimxvDeODRg0yAzwEhs=
1212
github.com/IBM/ibmcloud-volume-interface v1.2.8/go.mod h1:sDeQiPuN8k9yTRl9FbE2GZCXPNg4cV3oldUfL8wwGNA=
13-
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250126063032-3d65a01a5ede h1:yBNGeVNuVz8W3u/QsVpFIfmU/Rd+SWUMp+Iu8iepPPM=
14-
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250126063032-3d65a01a5ede/go.mod h1:aocNbJxGulE7OXQ58hwQ+nScDXKUYl5LJ0cUAUHiUz4=
13+
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250127070546-255e6fc5f8a7 h1:KUqk5tCDnN3W9WkPsivd7cTSBc0+ckGcf/wzI47B5FQ=
14+
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250127070546-255e6fc5f8a7/go.mod h1:N/m+YQAfiLZWeaKUBf01j5OpAYPsRMLL/ds1Znju47Y=
1515
github.com/IBM/secret-common-lib v1.1.11 h1:EpfEe1gT1bnFQ3bxQPrh6bzTPeGjUo1NReVkCCP+TOc=
1616
github.com/IBM/secret-common-lib v1.1.11/go.mod h1:7YJF0ipT979nHIPkiCpvjFboFoIhrmYnIliE1vjCjZM=
1717
github.com/IBM/secret-utils-lib v1.1.11 h1:w87BzkddoFFlhRuWRteuGj3/561lEUg6Oo0RajVC87A=

vendor/github.com/IBM/ibmcloud-volume-vpc/block/provider/update_volume.go

Lines changed: 2 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/IBM/ibmcloud-volume-vpc/block/provider/util.go

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/IBM/ibmcloud-volume-vpc/common/vpcclient/models/volume.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/IBM/ibmcloud-volume-vpc/common/vpcclient/vpcvolume/get_volume.go

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/IBM/ibmcloud-volume-vpc/common/vpcclient/vpcvolume/get_volume_etag.go

Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/IBM/ibmcloud-volume-vpc/common/vpcclient/vpcvolume/update_volume.go

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/IBM/ibmcloud-volume-vpc/common/vpcclient/vpcvolume/volume_service.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ github.com/IBM/ibmcloud-volume-interface/lib/utils/reasoncode
2929
github.com/IBM/ibmcloud-volume-interface/provider/auth
3030
github.com/IBM/ibmcloud-volume-interface/provider/iam
3131
github.com/IBM/ibmcloud-volume-interface/provider/local
32-
# github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250126063032-3d65a01a5ede
32+
# github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250127070546-255e6fc5f8a7
3333
## explicit; go 1.22.0
3434
github.com/IBM/ibmcloud-volume-vpc/block/provider
3535
github.com/IBM/ibmcloud-volume-vpc/block/utils

0 commit comments

Comments
 (0)