From 3cf6400092b6b49b3126a67c7f505c5dc0d28c4d Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 18 May 2020 13:16:03 +0300 Subject: [PATCH] Add source labels to analysis matching rules --- artifacts/flagger/crd.yaml | 7 +++++++ charts/flagger/crds/crd.yaml | 7 +++++++ kustomize/base/flagger/crd.yaml | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/artifacts/flagger/crd.yaml b/artifacts/flagger/crd.yaml index d17a3589..a56b9e1a 100644 --- a/artifacts/flagger/crd.yaml +++ b/artifacts/flagger/crd.yaml @@ -599,8 +599,15 @@ spec: format: string type: string regex: + description: RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax) format: string type: string + sourceLabels: + description: Applicable only when the 'mesh' gateway is included in the service.gateways list + type: object + additionalProperties: + format: string + type: string metrics: description: Metric check list for this canary type: array diff --git a/charts/flagger/crds/crd.yaml b/charts/flagger/crds/crd.yaml index d17a3589..a56b9e1a 100644 --- a/charts/flagger/crds/crd.yaml +++ b/charts/flagger/crds/crd.yaml @@ -599,8 +599,15 @@ spec: format: string type: string regex: + description: RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax) format: string type: string + sourceLabels: + description: Applicable only when the 'mesh' gateway is included in the service.gateways list + type: object + additionalProperties: + format: string + type: string metrics: description: Metric check list for this canary type: array diff --git a/kustomize/base/flagger/crd.yaml b/kustomize/base/flagger/crd.yaml index d17a3589..a56b9e1a 100644 --- a/kustomize/base/flagger/crd.yaml +++ b/kustomize/base/flagger/crd.yaml @@ -599,8 +599,15 @@ spec: format: string type: string regex: + description: RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax) format: string type: string + sourceLabels: + description: Applicable only when the 'mesh' gateway is included in the service.gateways list + type: object + additionalProperties: + format: string + type: string metrics: description: Metric check list for this canary type: array