Enum: allow various casing

This commit is contained in:
Yanis Guenane
2021-02-10 23:02:14 +01:00
parent a39b914963
commit 25fc21a6cd
4 changed files with 28 additions and 0 deletions

View File

@@ -44,7 +44,9 @@ spec:
enum:
- none
- Ingress
- ingress
- Route
- route
tower_route_host:
description: The DNS to use to points to the instance
type: string
@@ -54,7 +56,9 @@ spec:
default: Edge
enum:
- Edge
- edge
- Passthrough
- passthrough
tower_route_tls_secret:
description: Secret where the TLS related credentials are stored
type: string
@@ -64,8 +68,11 @@ spec:
default: IfNotPresent
enum:
- Always
- always
- Never
- never
- IfNotPresent
- ifnotpresent
tower_task_resource_requirements:
description: Resource requirements for the task container
type: object

View File

@@ -185,7 +185,9 @@ spec:
enum:
- none
- Ingress
- ingress
- Route
- route
tower_route_host:
description: The DNS to use to points to the instance
type: string
@@ -195,7 +197,9 @@ spec:
default: Edge
enum:
- Edge
- edge
- Passthrough
- passthrough
tower_route_tls_secret:
description: Secret where the TLS related credentials are stored
type: string
@@ -205,8 +209,11 @@ spec:
default: IfNotPresent
enum:
- Always
- always
- Never
- never
- IfNotPresent
- ifnotpresent
tower_task_resource_requirements:
description: Resource requirements for the task container
type: object

View File

@@ -44,7 +44,9 @@ spec:
enum:
- none
- Ingress
- ingress
- Route
- route
tower_route_host:
description: The DNS to use to points to the instance
type: string
@@ -54,7 +56,9 @@ spec:
default: Edge
enum:
- Edge
- edge
- Passthrough
- passthrough
tower_route_tls_secret:
description: Secret where the TLS related credentials are stored
type: string
@@ -64,8 +68,11 @@ spec:
default: IfNotPresent
enum:
- Always
- always
- Never
- never
- IfNotPresent
- ifnotpresent
tower_task_resource_requirements:
description: Resource requirements for the task container
type: object

View File

@@ -45,7 +45,9 @@ spec:
enum:
- none
- Ingress
- ingress
- Route
- route
tower_route_host:
description: The DNS to use to points to the instance
type: string
@@ -55,7 +57,9 @@ spec:
default: Edge
enum:
- Edge
- edge
- Passthrough
- passthrough
tower_route_tls_secret:
description: Secret where the TLS related credentials are stored
type: string
@@ -65,8 +69,11 @@ spec:
default: IfNotPresent
enum:
- Always
- always
- Never
- never
- IfNotPresent
- ifnotpresent
tower_task_resource_requirements:
description: Resource requirements for the task container
type: object