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: modules/backend/metadata.display.yaml
+117Lines changed: 117 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,35 @@ spec:
31
31
affinity_cookie_ttl_sec:
32
32
name: affinity_cookie_ttl_sec
33
33
title: Affinity Cookie Ttl Sec
34
+
min: 0
35
+
max: 86400
34
36
backend_bucket_name:
35
37
name: backend_bucket_name
36
38
title: Backend Bucket Name
37
39
cdn_policy:
38
40
name: cdn_policy
39
41
title: Cdn Policy
40
42
properties:
43
+
default_ttl:
44
+
name: default_ttl
45
+
title: Default Ttl
46
+
min: 0
47
+
max: 86400
48
+
max_ttl:
49
+
name: max_ttl
50
+
title: Max Ttl
51
+
min: 0
52
+
max: 31622400
53
+
client_ttl:
54
+
name: client_ttl
55
+
title: Client Ttl
56
+
min: 0
57
+
max: 31622400
58
+
serve_while_stale:
59
+
name: serve_while_stale
60
+
title: Serve While Stale
61
+
min: 0
62
+
max: 604800
41
63
signed_url_cache_max_age_sec:
42
64
name: signed_url_cache_max_age_sec
43
65
title: Signed URL Cache Max Age Sec
@@ -58,6 +80,15 @@ spec:
58
80
title: Bypass Cache On Request Headers
59
81
regexValidation: ^[A-Za-z][A-Za-z0-9-]{0,62}$
60
82
validation: "Must be a valid HTTP header name: start with a letter, contain only letters [A–Z, a–z], digits [0–9], or hyphens [-], and be at most 63 characters long"
0 commit comments