Fix App Mesh backends validation in CRD

This commit is contained in:
stefanprodan
2019-08-21 21:45:36 +03:00
parent 5fc1baf4df
commit f062ef3a57
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ spec:
description: AppMesh backend array
anyOf:
- type: string
- type: object
- type: array
timeout:
description: Istio HTTP or gRPC request timeout
type: string
+1 -1
View File
@@ -109,7 +109,7 @@ spec:
description: AppMesh backend array
anyOf:
- type: string
- type: object
- type: array
timeout:
description: Istio HTTP or gRPC request timeout
type: string
+1 -1
View File
@@ -108,7 +108,7 @@ spec:
description: AppMesh backend array
anyOf:
- type: string
- type: object
- type: array
timeout:
description: Istio HTTP or gRPC request timeout
type: string