Skip to content

Commit

Permalink
doc: generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Olsiak committed Oct 23, 2023
1 parent d462365 commit 3cd573f
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/crd/bases/camel.apache.org_integrationplatforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down Expand Up @@ -3183,6 +3188,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down
5 changes: 5 additions & 0 deletions config/crd/bases/camel.apache.org_integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7282,6 +7282,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down
5 changes: 5 additions & 0 deletions config/crd/bases/camel.apache.org_kameletbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7577,6 +7577,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down
5 changes: 5 additions & 0 deletions config/crd/bases/camel.apache.org_pipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7575,6 +7575,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down
7 changes: 7 additions & 0 deletions docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7227,6 +7227,13 @@ The logging backend is provided by Quarkus, whose configuration is documented at



|`category` +
map[string]string
|


Log Level category of the trait

|`color` +
bool
|
Expand Down
4 changes: 4 additions & 0 deletions docs/modules/traits/pages/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The following configuration options are available:
| bool
| Can be used to enable or disable a trait. All traits share this common property.

| logging.category
| map[string]string
| Log Level category of the trait

| logging.color
| bool
| Colorize the log output
Expand Down
10 changes: 10 additions & 0 deletions helm/camel-k/crds/crd-integration-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down Expand Up @@ -3183,6 +3188,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down
5 changes: 5 additions & 0 deletions helm/camel-k/crds/crd-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7282,6 +7282,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down
5 changes: 5 additions & 0 deletions helm/camel-k/crds/crd-kamelet-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7577,6 +7577,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down
5 changes: 5 additions & 0 deletions helm/camel-k/crds/crd-pipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7575,6 +7575,11 @@ spec:
logging:
description: The configuration of Logging trait
properties:
category:
additionalProperties:
type: string
description: Log Level category of the trait
type: object
color:
description: Colorize the log output
type: boolean
Expand Down
7 changes: 7 additions & 0 deletions pkg/apis/camel/v1/trait/zz_generated.deepcopy.go

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

3 changes: 3 additions & 0 deletions resources/traits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,9 @@ traits:
type: bool
description: Can be used to enable or disable a trait. All traits share this common
property.
- name: category
type: map[string]string
description: Log Level category of the trait
- name: color
type: bool
description: Colorize the log output
Expand Down

0 comments on commit 3cd573f

Please sign in to comment.