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 f3006bf commit 48ccfa8
Show file tree
Hide file tree
Showing 11 changed files with 147 additions and 11 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.
example: otel-collector: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.
example: otel-collector: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.
example: otel-collector: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.
example: otel-collector: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.
example: otel-collector: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.
example: otel-collector: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 @@ -12926,7 +12926,9 @@ items:
- env:
- name: COLLECTOR_ZIPKIN_HOST_PORT
value: "9411"
image: jaegertracing/all-in-one:1.34.1
- name: COLLECTOR_OTLP_ENABLED
value: "true"
image: jaegertracing/all-in-one:1.42.0
name: jaeger
ports:
- containerPort: 5775
Expand All @@ -12941,6 +12943,10 @@ items:
protocol: TCP
- containerPort: 9411
protocol: TCP
- containerPort: 4317
protocol: TCP
- containerPort: 4318
protocol: TCP
readinessProbe:
httpGet:
path: "/"
Expand Down Expand Up @@ -12988,6 +12994,14 @@ items:
port: 9411
protocol: TCP
targetPort: 9411
- name: grpc-otlp
port: 4317
protocol: TCP
targetPort: 4317
- name: http-otlp
port: 4318
protocol: TCP
targetPort: 4318
selector:
app.kubernetes.io/name: jaeger
app.kubernetes.io/component: all-in-one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,9 @@ items:
- env:
- name: COLLECTOR_ZIPKIN_HOST_PORT
value: "9411"
image: jaegertracing/all-in-one:1.34.1
- name: COLLECTOR_OTLP_ENABLED
value: "true"
image: jaegertracing/all-in-one:1.42.0
name: jaeger
ports:
- containerPort: 5775
Expand All @@ -1381,6 +1383,10 @@ items:
protocol: TCP
- containerPort: 9411
protocol: TCP
- containerPort: 4317
protocol: TCP
- containerPort: 4318
protocol: TCP
readinessProbe:
httpGet:
path: "/"
Expand Down Expand Up @@ -1428,6 +1434,14 @@ items:
port: 9411
protocol: TCP
targetPort: 9411
- name: grpc-otlp
port: 4317
protocol: TCP
targetPort: 4317
- name: http-otlp
port: 4318
protocol: TCP
targetPort: 4318
selector:
app.kubernetes.io/name: jaeger
app.kubernetes.io/component: all-in-one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12277,7 +12277,9 @@ items:
- env:
- name: COLLECTOR_ZIPKIN_HOST_PORT
value: "9411"
image: jaegertracing/all-in-one:1.34.1
- name: COLLECTOR_OTLP_ENABLED
value: "true"
image: jaegertracing/all-in-one:1.42.0
name: jaeger
ports:
- containerPort: 5775
Expand All @@ -12292,6 +12294,10 @@ items:
protocol: TCP
- containerPort: 9411
protocol: TCP
- containerPort: 4317
protocol: TCP
- containerPort: 4318
protocol: TCP
readinessProbe:
httpGet:
path: "/"
Expand Down Expand Up @@ -12339,6 +12345,14 @@ items:
port: 9411
protocol: TCP
targetPort: 9411
- name: grpc-otlp
port: 4317
protocol: TCP
targetPort: 4317
- name: http-otlp
port: 4318
protocol: TCP
targetPort: 4318
selector:
app.kubernetes.io/name: jaeger
app.kubernetes.io/component: all-in-one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12267,7 +12267,9 @@ items:
- env:
- name: COLLECTOR_ZIPKIN_HOST_PORT
value: "9411"
image: jaegertracing/all-in-one:1.34.1
- name: COLLECTOR_OTLP_ENABLED
value: "true"
image: jaegertracing/all-in-one:1.42.0
name: jaeger
ports:
- containerPort: 5775
Expand All @@ -12282,6 +12284,10 @@ items:
protocol: TCP
- containerPort: 9411
protocol: TCP
- containerPort: 4317
protocol: TCP
- containerPort: 4318
protocol: TCP
readinessProbe:
httpGet:
path: "/"
Expand Down Expand Up @@ -12329,6 +12335,14 @@ items:
port: 9411
protocol: TCP
targetPort: 9411
- name: grpc-otlp
port: 4317
protocol: TCP
targetPort: 4317
- name: http-otlp
port: 4318
protocol: TCP
targetPort: 4318
selector:
app.kubernetes.io/name: jaeger
app.kubernetes.io/component: all-in-one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12926,7 +12926,9 @@ items:
- env:
- name: COLLECTOR_ZIPKIN_HOST_PORT
value: "9411"
image: jaegertracing/all-in-one:1.34.1
- name: COLLECTOR_OTLP_ENABLED
value: "true"
image: jaegertracing/all-in-one:1.42.0
name: jaeger
ports:
- containerPort: 5775
Expand All @@ -12941,6 +12943,10 @@ items:
protocol: TCP
- containerPort: 9411
protocol: TCP
- containerPort: 4317
protocol: TCP
- containerPort: 4318
protocol: TCP
readinessProbe:
httpGet:
path: "/"
Expand Down Expand Up @@ -12988,6 +12994,14 @@ items:
port: 9411
protocol: TCP
targetPort: 9411
- name: grpc-otlp
port: 4317
protocol: TCP
targetPort: 4317
- name: http-otlp
port: 4318
protocol: TCP
targetPort: 4318
selector:
app.kubernetes.io/name: jaeger
app.kubernetes.io/component: all-in-one
Expand Down

0 comments on commit 48ccfa8

Please sign in to comment.