Skip to content

Commit

Permalink
generate
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <[email protected]>
  • Loading branch information
frzifus committed Sep 4, 2024
1 parent 0222df9 commit b3135a2
Show file tree
Hide file tree
Showing 10 changed files with 273 additions and 7 deletions.
21 changes: 21 additions & 0 deletions apis/tempo/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ metadata:
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
createdAt: "2024-08-28T09:48:15Z"
createdAt: "2024-09-04T09:14:02Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down Expand Up @@ -1022,6 +1022,13 @@ spec:
in the services list
displayName: ServicesQueryDuration
path: template.queryFrontend.jaegerQuery.servicesQueryDuration
- description: TempoQuery defines options specific to the Tempoo Query component.
displayName: Tempo Query Settings
path: template.queryFrontend.jaegerQuery.tempoQuery
- description: Resources defines resources for this component, this will override
the calculated resources derived from total
displayName: Resources
path: template.queryFrontend.jaegerQuery.tempoQuery.resources
- description: NodeSelector defines the simple form of the node-selection constraint.
displayName: Node Selector
path: template.queryFrontend.nodeSelector
Expand Down Expand Up @@ -1392,8 +1399,10 @@ spec:
env:
- name: RELATED_IMAGE_TEMPO
value: docker.io/grafana/tempo:2.5.0
- name: RELATED_IMAGE_JAEGER_QUERY
value: docker.io/jaegertracing/jaeger-query:1.60
- name: RELATED_IMAGE_TEMPO_QUERY
value: docker.io/grafana/tempo-query:2.5.0
value: docker.io/grafana/tempo-query:main-2999520
- name: RELATED_IMAGE_TEMPO_GATEWAY
value: quay.io/observatorium/api:main-2024-08-05-11d0d94
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
Expand Down Expand Up @@ -1540,7 +1549,9 @@ spec:
relatedImages:
- image: docker.io/grafana/tempo:2.5.0
name: tempo
- image: docker.io/grafana/tempo-query:2.5.0
- image: docker.io/jaegertracing/jaeger-query:1.60
name: jaeger-query
- image: docker.io/grafana/tempo-query:main-2999520
name: tempo-query
- image: quay.io/observatorium/api:main-2024-08-05-11d0d94
name: tempo-gateway
Expand Down
66 changes: 66 additions & 0 deletions bundle/community/manifests/tempo.grafana.com_tempostacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ spec:
images:
description: Images defines the image for each container.
properties:
jaegerQuery:
description: JaegerQuery defines the tempo-query container image.
type: string
oauthProxy:
description: OauthProxy defines the oauth proxy image used to
protect the jaegerUI on single tenant.
Expand Down Expand Up @@ -1450,6 +1453,69 @@ spec:
description: ServicesQueryDuration defines how long the
services will be available in the services list
type: string
tempoQuery:
description: TempoQuery defines options specific to the
Tempoo Query component.
properties:
resources:
description: Resources defines resources for this
component, this will override the calculated resources
derived from total
properties:
claims:
description: |-
Claims lists the names of resources, defined in spec.resourceClaims,
that are used by this container.
This is an alpha field and requires enabling the
DynamicResourceAllocation feature gate.
This field is immutable. It can only be set for containers.
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
properties:
name:
description: |-
Name must match the name of one entry in pod.spec.resourceClaims of
the Pod where this field is used. It makes that resource available
inside a container.
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: |-
Limits describes the maximum amount of compute resources allowed.
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: |-
Requests describes the minimum amount of compute resources required.
If Requests is omitted for a container, it defaults to Limits if that is explicitly specified,
otherwise to an implementation-defined value. Requests cannot exceed Limits.
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
type: object
type: object
type: object
type: object
type: object
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ metadata:
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0
createdAt: "2024-08-28T09:48:13Z"
createdAt: "2024-09-04T09:13:59Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down Expand Up @@ -1022,6 +1022,13 @@ spec:
in the services list
displayName: ServicesQueryDuration
path: template.queryFrontend.jaegerQuery.servicesQueryDuration
- description: TempoQuery defines options specific to the Tempoo Query component.
displayName: Tempo Query Settings
path: template.queryFrontend.jaegerQuery.tempoQuery
- description: Resources defines resources for this component, this will override
the calculated resources derived from total
displayName: Resources
path: template.queryFrontend.jaegerQuery.tempoQuery.resources
- description: NodeSelector defines the simple form of the node-selection constraint.
displayName: Node Selector
path: template.queryFrontend.nodeSelector
Expand Down Expand Up @@ -1402,8 +1409,10 @@ spec:
env:
- name: RELATED_IMAGE_TEMPO
value: docker.io/grafana/tempo:2.5.0
- name: RELATED_IMAGE_JAEGER_QUERY
value: docker.io/jaegertracing/jaeger-query:1.60
- name: RELATED_IMAGE_TEMPO_QUERY
value: docker.io/grafana/tempo-query:2.5.0
value: docker.io/grafana/tempo-query:main-2999520
- name: RELATED_IMAGE_TEMPO_GATEWAY
value: quay.io/observatorium/api:main-2024-08-05-11d0d94
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
Expand Down Expand Up @@ -1561,7 +1570,9 @@ spec:
relatedImages:
- image: docker.io/grafana/tempo:2.5.0
name: tempo
- image: docker.io/grafana/tempo-query:2.5.0
- image: docker.io/jaegertracing/jaeger-query:1.60
name: jaeger-query
- image: docker.io/grafana/tempo-query:main-2999520
name: tempo-query
- image: quay.io/observatorium/api:main-2024-08-05-11d0d94
name: tempo-gateway
Expand Down
66 changes: 66 additions & 0 deletions bundle/openshift/manifests/tempo.grafana.com_tempostacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ spec:
images:
description: Images defines the image for each container.
properties:
jaegerQuery:
description: JaegerQuery defines the tempo-query container image.
type: string
oauthProxy:
description: OauthProxy defines the oauth proxy image used to
protect the jaegerUI on single tenant.
Expand Down Expand Up @@ -1450,6 +1453,69 @@ spec:
description: ServicesQueryDuration defines how long the
services will be available in the services list
type: string
tempoQuery:
description: TempoQuery defines options specific to the
Tempoo Query component.
properties:
resources:
description: Resources defines resources for this
component, this will override the calculated resources
derived from total
properties:
claims:
description: |-
Claims lists the names of resources, defined in spec.resourceClaims,
that are used by this container.
This is an alpha field and requires enabling the
DynamicResourceAllocation feature gate.
This field is immutable. It can only be set for containers.
items:
description: ResourceClaim references one entry
in PodSpec.ResourceClaims.
properties:
name:
description: |-
Name must match the name of one entry in pod.spec.resourceClaims of
the Pod where this field is used. It makes that resource available
inside a container.
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: |-
Limits describes the maximum amount of compute resources allowed.
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: |-
Requests describes the minimum amount of compute resources required.
If Requests is omitted for a container, it defaults to Limits if that is explicitly specified,
otherwise to an implementation-defined value. Requests cannot exceed Limits.
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
type: object
type: object
type: object
type: object
type: object
type: object
Expand Down
Loading

0 comments on commit b3135a2

Please sign in to comment.