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
validation: Must be "*" or a valid HTTP header name containing only letters, digits, and hyphens, and must start and end with a letter or digit (e.g., Content-Type, X-Custom-Header)
validation: Must be a valid Cloud KMS key resource name in the format projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
validation: Value must be a valid IAM member, such as user:{email}, serviceAccount:{email}, group:{email}, domain:{domain}, allUsers, or allAuthenticatedUsers
validation: Must be a region ID in the format REGION-NAME+NUMBER (e.g., US-CENTRAL1, EUROPE-WEST4, ASIA-SOUTH1)
73
194
log_bucket:
74
195
name: log_bucket
75
196
title: Log Bucket
197
+
regexValidation: "^([A-Za-z0-9-_.]+)/?$"
198
+
validation: Must be a valid bucket name or namespaced identifier (letters, numbers, hyphens, underscores, periods), e.g., my-log-bucket or project-id/my-log-bucket
76
199
log_object_prefix:
77
200
name: log_object_prefix
78
201
title: Log Object Prefix
@@ -87,6 +210,11 @@ spec:
87
210
public_access_prevention:
88
211
name: public_access_prevention
89
212
title: Public Access Prevention
213
+
enumValueLabels:
214
+
- label: INHERITED
215
+
value: inherited
216
+
- label: ENFORCED
217
+
value: enforced
90
218
retention_policy:
91
219
name: retention_policy
92
220
title: Retention Policy
@@ -121,3 +249,14 @@ spec:
121
249
website:
122
250
name: website
123
251
title: Website
252
+
properties:
253
+
main_page_suffix:
254
+
name: main_page_suffix
255
+
title: Main Page Suffix
256
+
regexValidation: "^[A-Za-z0-9._-]+$"
257
+
validation: Must be a valid Cloud Storage object name. It may contain any UTF-8 characters except control characters
258
+
not_found_page:
259
+
name: not_found_page
260
+
title: Not Found Page
261
+
regexValidation: "^[A-Za-z0-9._-]+$"
262
+
validation: Must be a valid Cloud Storage object name. It may contain letters (a–z, A–Z), numbers (0–9), dots (.), underscores (_), slashes (/), and hyphens (-)
0 commit comments