You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-di
57
57
| type |`pd-ssd` OR `pd-standard`|`pd-standard`| Type allows you to choose between standard Persistent Disks or Solid State Drive Persistent Disks |
58
58
| replication-type |`none` OR `regional-pd`|`none`| Replication type allows you to choose between Zonal Persistent Disks or Regional Persistent Disks |
59
59
| disk-encryption-kms-key | Fully qualified resource identifier for the key to use to encrypt new disks. | Empty string. | Encrypt disk using Customer Managed Encryption Key (CMEK). See [GKE Docs](https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek#create_a_cmek_protected_attached_disk) for details. |
60
+
| labels |`key1=value1,key2=value2`|| Labels allow you to assign custom GCE Disk labels |
returnfmt.Errorf("label value %q is invalid (should start with lowercase letter / lowercase letter, digit, _ and - chars are allowed / 1-63 characters", key)
0 commit comments