Skip to content

Commit

Permalink
feat(kumactl): regenerate golden files
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Feb 12, 2023
1 parent 1243713 commit 14af4c5
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,8 @@ spec:
explained in MADR 009-tracing-policy this has to be a one element
array for now.
items:
description: Only one of zipkin or datadog can be used.
description: Only one of zipkin, datadog or opentelemetry can
be used.
properties:
datadog:
description: Datadog backend configuration.
Expand All @@ -2828,6 +2829,16 @@ spec:
required:
- url
type: object
opentelemetry:
description: OpenTelemetry backend configuration.
properties:
endpoint:
description: Address of OpenTelemetry collector e.g.
otelcol:4317.
type: string
required:
- endpoint
type: object
zipkin:
description: Zipkin backend configuration.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,8 @@ spec:
explained in MADR 009-tracing-policy this has to be a one element
array for now.
items:
description: Only one of zipkin or datadog can be used.
description: Only one of zipkin, datadog or opentelemetry can
be used.
properties:
datadog:
description: Datadog backend configuration.
Expand All @@ -2828,6 +2829,16 @@ spec:
required:
- url
type: object
opentelemetry:
description: OpenTelemetry backend configuration.
properties:
endpoint:
description: Address of OpenTelemetry collector e.g.
otelcol:4317.
type: string
required:
- endpoint
type: object
zipkin:
description: Zipkin backend configuration.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2959,7 +2959,8 @@ spec:
explained in MADR 009-tracing-policy this has to be a one element
array for now.
items:
description: Only one of zipkin or datadog can be used.
description: Only one of zipkin, datadog or opentelemetry can
be used.
properties:
datadog:
description: Datadog backend configuration.
Expand All @@ -2980,6 +2981,16 @@ spec:
required:
- url
type: object
opentelemetry:
description: OpenTelemetry backend configuration.
properties:
endpoint:
description: Address of OpenTelemetry collector e.g.
otelcol:4317.
type: string
required:
- endpoint
type: object
zipkin:
description: Zipkin backend configuration.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2827,7 +2827,8 @@ spec:
explained in MADR 009-tracing-policy this has to be a one element
array for now.
items:
description: Only one of zipkin or datadog can be used.
description: Only one of zipkin, datadog or opentelemetry can
be used.
properties:
datadog:
description: Datadog backend configuration.
Expand All @@ -2848,6 +2849,16 @@ spec:
required:
- url
type: object
opentelemetry:
description: OpenTelemetry backend configuration.
properties:
endpoint:
description: Address of OpenTelemetry collector e.g.
otelcol:4317.
type: string
required:
- endpoint
type: object
zipkin:
description: Zipkin backend configuration.
properties:
Expand Down
13 changes: 12 additions & 1 deletion app/kumactl/cmd/install/testdata/install-crds.all.golden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3933,7 +3933,8 @@ spec:
explained in MADR 009-tracing-policy this has to be a one element
array for now.
items:
description: Only one of zipkin or datadog can be used.
description: Only one of zipkin, datadog or opentelemetry can
be used.
properties:
datadog:
description: Datadog backend configuration.
Expand All @@ -3954,6 +3955,16 @@ spec:
required:
- url
type: object
opentelemetry:
description: OpenTelemetry backend configuration.
properties:
endpoint:
description: Address of OpenTelemetry collector e.g.
otelcol:4317.
type: string
required:
- endpoint
type: object
zipkin:
description: Zipkin backend configuration.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4085,7 +4085,8 @@ spec:
explained in MADR 009-tracing-policy this has to be a one element
array for now.
items:
description: Only one of zipkin or datadog can be used.
description: Only one of zipkin, datadog or opentelemetry can
be used.
properties:
datadog:
description: Datadog backend configuration.
Expand All @@ -4106,6 +4107,16 @@ spec:
required:
- url
type: object
opentelemetry:
description: OpenTelemetry backend configuration.
properties:
endpoint:
description: Address of OpenTelemetry collector e.g.
otelcol:4317.
type: string
required:
- endpoint
type: object
zipkin:
description: Zipkin backend configuration.
properties:
Expand Down

0 comments on commit 14af4c5

Please sign in to comment.