Skip to content

Commit

Permalink
Update bundle and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xperimental committed Oct 18, 2024
1 parent 5d6955f commit 40840bf
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:0.6.2
createdAt: "2024-10-14T10:09:32Z"
createdAt: "2024-10-18T11:15:16Z"
description: The Community Loki Operator provides Kubernetes native deployment
and management of Loki and related logging components.
features.operators.openshift.io/disconnected: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
type: object
structuredMetadata:
description: StructuredMetadata configures which attributes
are included in structured metadata.
are saved in structured metadata.
properties:
logAttributes:
description: LogAttributes lists the names of log
Expand Down Expand Up @@ -441,7 +441,7 @@ spec:
type: object
structuredMetadata:
description: StructuredMetadata configures which attributes
are included in structured metadata.
are saved in structured metadata.
properties:
logAttributes:
description: LogAttributes lists the names of log
Expand Down Expand Up @@ -3867,7 +3867,7 @@ spec:
type: array
otlp:
description: OTLP contains settings for ingesting data using
OTLP in an OpenShift context.
OTLP in the OpenShift tenancy mode.
properties:
disableRecommendedAttributes:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:0.6.2
createdAt: "2024-10-14T10:09:30Z"
createdAt: "2024-10-18T11:15:13Z"
description: The Community Loki Operator provides Kubernetes native deployment
and management of Loki and related logging components.
operators.operatorframework.io/builder: operator-sdk-unknown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
type: object
structuredMetadata:
description: StructuredMetadata configures which attributes
are included in structured metadata.
are saved in structured metadata.
properties:
logAttributes:
description: LogAttributes lists the names of log
Expand Down Expand Up @@ -441,7 +441,7 @@ spec:
type: object
structuredMetadata:
description: StructuredMetadata configures which attributes
are included in structured metadata.
are saved in structured metadata.
properties:
logAttributes:
description: LogAttributes lists the names of log
Expand Down Expand Up @@ -3867,7 +3867,7 @@ spec:
type: array
otlp:
description: OTLP contains settings for ingesting data using
OTLP in an OpenShift context.
OTLP in the OpenShift tenancy mode.
properties:
disableRecommendedAttributes:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: quay.io/openshift-logging/loki-operator:0.1.0
createdAt: "2024-10-14T10:09:33Z"
createdAt: "2024-10-18T11:15:19Z"
description: |
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
## Prerequisites and Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
type: object
structuredMetadata:
description: StructuredMetadata configures which attributes
are included in structured metadata.
are saved in structured metadata.
properties:
logAttributes:
description: LogAttributes lists the names of log
Expand Down Expand Up @@ -441,7 +441,7 @@ spec:
type: object
structuredMetadata:
description: StructuredMetadata configures which attributes
are included in structured metadata.
are saved in structured metadata.
properties:
logAttributes:
description: LogAttributes lists the names of log
Expand Down Expand Up @@ -3867,7 +3867,7 @@ spec:
type: array
otlp:
description: OTLP contains settings for ingesting data using
OTLP in an OpenShift context.
OTLP in the OpenShift tenancy mode.
properties:
disableRecommendedAttributes:
description: |-
Expand Down
6 changes: 3 additions & 3 deletions operator/config/crd/bases/loki.grafana.com_lokistacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
type: object
structuredMetadata:
description: StructuredMetadata configures which attributes
are included in structured metadata.
are saved in structured metadata.
properties:
logAttributes:
description: LogAttributes lists the names of log
Expand Down Expand Up @@ -423,7 +423,7 @@ spec:
type: object
structuredMetadata:
description: StructuredMetadata configures which attributes
are included in structured metadata.
are saved in structured metadata.
properties:
logAttributes:
description: LogAttributes lists the names of log
Expand Down Expand Up @@ -3849,7 +3849,7 @@ spec:
type: array
otlp:
description: OTLP contains settings for ingesting data using
OTLP in an OpenShift context.
OTLP in the OpenShift tenancy mode.
properties:
disableRecommendedAttributes:
description: |-
Expand Down
4 changes: 2 additions & 2 deletions operator/docs/operator/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,7 @@ OTLPMetadataSpec
</td>
<td>
<em>(Optional)</em>
<p>StructuredMetadata configures which attributes are included in structured metadata.</p>
<p>StructuredMetadata configures which attributes are saved in structured metadata.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -3144,7 +3144,7 @@ OpenshiftOTLPConfig
</td>
<td>
<em>(Optional)</em>
<p>OTLP contains settings for ingesting data using OTLP in an OpenShift context.</p>
<p>OTLP contains settings for ingesting data using OTLP in the OpenShift tenancy mode.</p>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 40840bf

Please sign in to comment.