Skip to content

Commit

Permalink
Update upstream specifications to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss authored Sep 6, 2024
1 parent b3a6c3a commit d8a8010
Show file tree
Hide file tree
Showing 161 changed files with 11,324 additions and 4,095 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Optional:
- `api_passthrough` (Attributes) Specifies X.509 certificate information to be included in the issued certificate.An APIPassthrough or APICSRPassthrough template variant must be selected,or else this parameter is ignored. For more information about using thesetemplates, see Understanding Certificate Templates (https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html).If conflicting or duplicate certificate information is supplied during certificateissuance, Amazon Web Services Private CA applies order of operation rules(https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html#template-order-of-operations)to determine what information is used. (see [below for nested schema](#nestedatt--spec--api_passthrough))
- `certificate_authority_arn` (String) The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority(https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html).This must be of the form:arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
- `certificate_authority_ref` (Attributes) AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReferencetype to provide more user friendly syntax for references using 'from' fieldEx:APIIDRef: from: name: my-api (see [below for nested schema](#nestedatt--spec--certificate_authority_ref))
- `certificate_output` (Attributes) SecretKeyReference combines a k8s corev1.SecretReference with aspecific key within the referred-to Secret (see [below for nested schema](#nestedatt--spec--certificate_output))
- `certificate_signing_request` (String)
- `certificate_signing_request_ref` (Attributes) AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReferencetype to provide more user friendly syntax for references using 'from' fieldEx:APIIDRef: from: name: my-api (see [below for nested schema](#nestedatt--spec--certificate_signing_request_ref))
- `template_arn` (String) Specifies a custom configuration template to use when issuing a certificate.If this parameter is not provided, Amazon Web Services Private CA defaultsto the EndEntityCertificate/V1 template. For CA certificates, you shouldchoose the shortest path length that meets your needs. The path length isindicated by the PathLenN portion of the ARN, where N is the CA depth (https://docs.aws.amazon.com/privateca/latest/userguide/PcaTerms.html#terms-cadepth).Note: The CA depth configured on a subordinate CA certificate must not exceedthe limit set by its parents in the CA hierarchy.For a list of TemplateArn values supported by Amazon Web Services PrivateCA, see Understanding Certificate Templates (https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html).
Expand Down Expand Up @@ -271,6 +272,19 @@ Optional:



<a id="nestedatt--spec--certificate_output"></a>
### Nested Schema for `spec.certificate_output`

Required:

- `key` (String) Key is the key within the secret

Optional:

- `name` (String) name is unique within a namespace to reference a secret resource.
- `namespace` (String) namespace defines the space within which the secret name must be unique.


<a id="nestedatt--spec--certificate_signing_request_ref"></a>
### Nested Schema for `spec.certificate_signing_request_ref`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,14 +452,17 @@ Optional:
<a id="nestedatt--spec--emqx_template"></a>
### Nested Schema for `spec.emqx_template`

Required:

- `image` (String)

Optional:

- `acl` (List of String)
- `args` (List of String)
- `config` (Map of String)
- `extra_volume_mounts` (Attributes List) (see [below for nested schema](#nestedatt--spec--emqx_template--extra_volume_mounts))
- `extra_volumes` (Attributes List) (see [below for nested schema](#nestedatt--spec--emqx_template--extra_volumes))
- `image` (String)
- `image_pull_policy` (String)
- `liveness_probe` (Attributes) (see [below for nested schema](#nestedatt--spec--emqx_template--liveness_probe))
- `modules` (Attributes List) (see [below for nested schema](#nestedatt--spec--emqx_template--modules))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -803,14 +803,17 @@ Optional:
<a id="nestedatt--spec--template--spec--emqx_container--image"></a>
### Nested Schema for `spec.template.spec.emqx_container.image`

Required:

- `version` (String)

Optional:

- `prefix` (String)
- `pull_policy` (String)
- `registry` (String)
- `repository` (String)
- `suffix` (String)
- `version` (String)


<a id="nestedatt--spec--template--spec--emqx_container--lifecycle"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,14 +452,17 @@ Optional:
<a id="nestedatt--spec--emqx_template"></a>
### Nested Schema for `spec.emqx_template`

Required:

- `image` (String)

Optional:

- `acl` (List of String)
- `args` (List of String)
- `config` (Map of String)
- `extra_volume_mounts` (Attributes List) (see [below for nested schema](#nestedatt--spec--emqx_template--extra_volume_mounts))
- `extra_volumes` (Attributes List) (see [below for nested schema](#nestedatt--spec--emqx_template--extra_volumes))
- `image` (String)
- `image_pull_policy` (String)
- `license` (Attributes) (see [below for nested schema](#nestedatt--spec--emqx_template--license))
- `liveness_probe` (Attributes) (see [below for nested schema](#nestedatt--spec--emqx_template--liveness_probe))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -834,14 +834,17 @@ Optional:
<a id="nestedatt--spec--template--spec--emqx_container--image"></a>
### Nested Schema for `spec.template.spec.emqx_container.image`

Required:

- `version` (String)

Optional:

- `prefix` (String)
- `pull_policy` (String)
- `registry` (String)
- `repository` (String)
- `suffix` (String)
- `version` (String)


<a id="nestedatt--spec--template--spec--emqx_container--lifecycle"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ Optional:
<a id="nestedatt--spec"></a>
### Nested Schema for `spec`

Optional:
Required:

- `config` (Map of String)
- `plugin_name` (String)
- `selector` (Map of String)

Optional:

- `config` (Map of String)
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ Optional:
<a id="nestedatt--spec"></a>
### Nested Schema for `spec`

Optional:
Required:

- `config` (Map of String)
- `plugin_name` (String)
- `selector` (Map of String)

Optional:

- `config` (Map of String)
10 changes: 2 additions & 8 deletions docs/data-sources/apps_emqx_io_emqx_v2alpha1_manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3390,13 +3390,10 @@ Optional:

Required:

- `error` (String)
- `port` (Number)
- `protocol` (String)

Optional:

- `error` (String)




Expand Down Expand Up @@ -3537,13 +3534,10 @@ Optional:

Required:

- `error` (String)
- `port` (Number)
- `protocol` (String)

Optional:

- `error` (String)




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Optional:
- `publish_strategy` (String) the strategy to adopt for publishing an Integration container image
- `publish_strategy_options` (Map of String) Deprecated: no longer in use
- `registry` (Attributes) the image registry used to push/pull Integration images (see [below for nested schema](#nestedatt--spec--build--registry))
- `runtime_core_version` (String) the Camel core version used by this IntegrationPlatform
- `runtime_provider` (String) the runtime used. Likely Camel Quarkus (we used to have main runtime which has been discontinued since version 1.5)
- `runtime_version` (String) the Camel K Runtime dependency version
- `timeout` (String) how much time to wait before time out the pipeline process
Expand Down Expand Up @@ -326,6 +327,7 @@ Optional:
- `service` (Attributes) The configuration of Service trait (see [below for nested schema](#nestedatt--spec--traits--service))
- `service_binding` (Attributes) The configuration of Service Binding trait (see [below for nested schema](#nestedatt--spec--traits--service_binding))
- `strimzi` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--traits--strimzi))
- `telemetry` (Attributes) The configuration of Telemetry trait (see [below for nested schema](#nestedatt--spec--traits--telemetry))
- `threescale` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--traits--threescale))
- `toleration` (Attributes) The configuration of Toleration trait (see [below for nested schema](#nestedatt--spec--traits--toleration))
- `tracing` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--traits--tracing))
Expand Down Expand Up @@ -851,6 +853,21 @@ Required:
- `configuration` (Map of String) TraitConfiguration parameters configuration


<a id="nestedatt--spec--traits--telemetry"></a>
### Nested Schema for `spec.traits.telemetry`

Optional:

- `auto` (Boolean) Enables automatic configuration of the trait, including automatic discovery of the telemetry endpoint.
- `configuration` (Map of String) Legacy trait configuration parameters.Deprecated: for backward compatibility.
- `enabled` (Boolean) Can be used to enable or disable a trait. All traits share this common property.
- `endpoint` (String) The target endpoint of the Telemetry service (automatically discovered by default)
- `sampler` (String) The sampler of the telemetry used for tracing (default 'on')
- `sampler_parent_based` (Boolean) The sampler of the telemetry used for tracing is parent based (default 'true')
- `sampler_ratio` (String) The sampler ratio of the telemetry used for tracing
- `service_name` (String) The name of the service that publishes telemetry data (defaults to the integration name)


<a id="nestedatt--spec--traits--threescale"></a>
### Nested Schema for `spec.traits.threescale`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ Optional:
- `service` (Attributes) The configuration of Service trait (see [below for nested schema](#nestedatt--spec--traits--service))
- `service_binding` (Attributes) The configuration of Service Binding trait (see [below for nested schema](#nestedatt--spec--traits--service_binding))
- `strimzi` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--traits--strimzi))
- `telemetry` (Attributes) The configuration of Telemetry trait (see [below for nested schema](#nestedatt--spec--traits--telemetry))
- `threescale` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--traits--threescale))
- `toleration` (Attributes) The configuration of Toleration trait (see [below for nested schema](#nestedatt--spec--traits--toleration))
- `tracing` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--traits--tracing))
Expand Down Expand Up @@ -816,6 +817,21 @@ Required:
- `configuration` (Map of String) TraitConfiguration parameters configuration


<a id="nestedatt--spec--traits--telemetry"></a>
### Nested Schema for `spec.traits.telemetry`

Optional:

- `auto` (Boolean) Enables automatic configuration of the trait, including automatic discovery of the telemetry endpoint.
- `configuration` (Map of String) Legacy trait configuration parameters.Deprecated: for backward compatibility.
- `enabled` (Boolean) Can be used to enable or disable a trait. All traits share this common property.
- `endpoint` (String) The target endpoint of the Telemetry service (automatically discovered by default)
- `sampler` (String) The sampler of the telemetry used for tracing (default 'on')
- `sampler_parent_based` (Boolean) The sampler of the telemetry used for tracing is parent based (default 'true')
- `sampler_ratio` (String) The sampler ratio of the telemetry used for tracing
- `service_name` (String) The name of the service that publishes telemetry data (defaults to the integration name)


<a id="nestedatt--spec--traits--threescale"></a>
### Nested Schema for `spec.traits.threescale`

Expand Down
16 changes: 16 additions & 0 deletions docs/data-sources/camel_apache_org_integration_v1_manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2936,6 +2936,7 @@ Optional:
- `service` (Attributes) The configuration of Service trait (see [below for nested schema](#nestedatt--spec--traits--service))
- `service_binding` (Attributes) The configuration of Service Binding trait (see [below for nested schema](#nestedatt--spec--traits--service_binding))
- `strimzi` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--traits--strimzi))
- `telemetry` (Attributes) The configuration of Telemetry trait (see [below for nested schema](#nestedatt--spec--traits--telemetry))
- `threescale` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--traits--threescale))
- `toleration` (Attributes) The configuration of Toleration trait (see [below for nested schema](#nestedatt--spec--traits--toleration))
- `tracing` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--traits--tracing))
Expand Down Expand Up @@ -3461,6 +3462,21 @@ Required:
- `configuration` (Map of String) TraitConfiguration parameters configuration


<a id="nestedatt--spec--traits--telemetry"></a>
### Nested Schema for `spec.traits.telemetry`

Optional:

- `auto` (Boolean) Enables automatic configuration of the trait, including automatic discovery of the telemetry endpoint.
- `configuration` (Map of String) Legacy trait configuration parameters.Deprecated: for backward compatibility.
- `enabled` (Boolean) Can be used to enable or disable a trait. All traits share this common property.
- `endpoint` (String) The target endpoint of the Telemetry service (automatically discovered by default)
- `sampler` (String) The sampler of the telemetry used for tracing (default 'on')
- `sampler_parent_based` (Boolean) The sampler of the telemetry used for tracing is parent based (default 'true')
- `sampler_ratio` (String) The sampler ratio of the telemetry used for tracing
- `service_name` (String) The name of the service that publishes telemetry data (defaults to the integration name)


<a id="nestedatt--spec--traits--threescale"></a>
### Nested Schema for `spec.traits.threescale`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2949,6 +2949,7 @@ Optional:
- `service` (Attributes) The configuration of Service trait (see [below for nested schema](#nestedatt--spec--integration--traits--service))
- `service_binding` (Attributes) The configuration of Service Binding trait (see [below for nested schema](#nestedatt--spec--integration--traits--service_binding))
- `strimzi` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--integration--traits--strimzi))
- `telemetry` (Attributes) The configuration of Telemetry trait (see [below for nested schema](#nestedatt--spec--integration--traits--telemetry))
- `threescale` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--integration--traits--threescale))
- `toleration` (Attributes) The configuration of Toleration trait (see [below for nested schema](#nestedatt--spec--integration--traits--toleration))
- `tracing` (Attributes) Deprecated: for backward compatibility. (see [below for nested schema](#nestedatt--spec--integration--traits--tracing))
Expand Down Expand Up @@ -3474,6 +3475,21 @@ Required:
- `configuration` (Map of String) TraitConfiguration parameters configuration


<a id="nestedatt--spec--integration--traits--telemetry"></a>
### Nested Schema for `spec.integration.traits.telemetry`

Optional:

- `auto` (Boolean) Enables automatic configuration of the trait, including automatic discovery of the telemetry endpoint.
- `configuration` (Map of String) Legacy trait configuration parameters.Deprecated: for backward compatibility.
- `enabled` (Boolean) Can be used to enable or disable a trait. All traits share this common property.
- `endpoint` (String) The target endpoint of the Telemetry service (automatically discovered by default)
- `sampler` (String) The sampler of the telemetry used for tracing (default 'on')
- `sampler_parent_based` (Boolean) The sampler of the telemetry used for tracing is parent based (default 'true')
- `sampler_ratio` (String) The sampler ratio of the telemetry used for tracing
- `service_name` (String) The name of the service that publishes telemetry data (defaults to the integration name)


<a id="nestedatt--spec--integration--traits--threescale"></a>
### Nested Schema for `spec.integration.traits.threescale`

Expand Down
Loading

0 comments on commit d8a8010

Please sign in to comment.