We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2ace6 commit cdd1673Copy full SHA for cdd1673
pkg/gce-cloud-provider/compute/gce-compute.go
@@ -1113,8 +1113,8 @@ func removeCryptoKeyVersion(kmsKey string) string {
1113
return kmsKey
1114
}
1115
1116
-// encodeTags encodes requested volume or snapshot tags into JSON string, as GCE does
1117
-// not support tags on GCE PDs and Snapshots and we use Description field as fallback.
+// encodeTags encodes requested volume or snapshot tags into JSON string, suitable for putting into
+// the PD or Snapshot Description field.
1118
func encodeTags(tags map[string]string) (string, error) {
1119
if len(tags) == 0 {
1120
// No tags -> empty JSON
0 commit comments