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: cloud/provider.go
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -184,13 +184,14 @@ func init() {
184
184
"rolebinding_condition_resource_names_subscription": "The conditional role binding resource name - subscription",
185
185
"rolebinding_condition_resource_names_service_account": "The conditional role binding resource name - service account",
186
186
"rolebinding_condition_resource_names_secret": "The conditional role binding resource name - secret",
187
-
"volume_name": "The name of the volume",
188
-
"bucket": "The bucket name",
189
-
"path": "The path of the bucket",
190
-
"bucket_region": "The region of the bucket",
191
-
"role_arn": "The role arn of the bucket, it is used to access the bucket",
192
-
"volume_ready": "Volume is ready, it will be set to 'True' after the volume is ready",
193
-
"principal_name": "The principal name of apikey, it is the principal name of the service account that the apikey is associated with, it is used to grant permission on pulsar side",
187
+
"volume_name": "The name of the volume",
188
+
"bucket": "The bucket name",
189
+
"path": "The path of the bucket",
190
+
"bucket_region": "The region of the bucket",
191
+
"role_arn": "The role arn of the bucket, it is used to access the bucket",
192
+
"volume_ready": "Volume is ready, it will be set to 'True' after the volume is ready",
193
+
"principal_name": "The principal name of apikey, it is the principal name of the service account that the apikey is associated with, it is used to grant permission on pulsar side",
194
+
"customized_metadata": "The custom metadata in the api key token",
0 commit comments