Skip to content

Commit abd2c6f

Browse files
committed
chore: added enums
1 parent e1ee5e1 commit abd2c6f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

modules/backend/metadata.display.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ spec:
7777
load_balancing_scheme:
7878
name: load_balancing_scheme
7979
title: Load Balancing Scheme
80+
enumValueLabels:
81+
- label: EXTERNAL_MANAGED
82+
value: EXTERNAL_MANAGED
83+
- label: INTERNAL_MANAGED
84+
value: INTERNAL_MANAGED
8085
locality_lb_policy:
8186
name: locality_lb_policy
8287
title: Locality Lb Policy

modules/frontend/metadata.display.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ spec:
7676
load_balancing_scheme:
7777
name: load_balancing_scheme
7878
title: Load Balancing Scheme
79+
enumValueLabels:
80+
- label: EXTERNAL_MANAGED
81+
value: EXTERNAL_MANAGED
82+
- label: INTERNAL_MANAGED
83+
value: INTERNAL_MANAGED
84+
- label: INTERNAL_SELF_MANAGED
85+
value: INTERNAL_SELF_MANAGED
7986
managed_ssl_certificate_domains:
8087
name: managed_ssl_certificate_domains
8188
title: Managed Ssl Certificate Domains

0 commit comments

Comments
 (0)