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 committed Jun 21, 2024
1 parent 74caf2c commit 27fb471
Show file tree
Hide file tree
Showing 123 changed files with 28,657 additions and 11,543 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,171 changes: 575 additions & 596 deletions crd-catalog/DataDog/datadog-operator/datadoghq.com/v1alpha1/datadogagents.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ spec:
description: "Time (in seconds) to delay evaluation, as a non-negative integer. For example, if the value is set to 300 (5min), the timeframe is set to last_5m and the time is 7:00, the monitor evaluates data from 6:50 to 6:55. This is useful for AWS CloudWatch and other backfilled metrics to ensure the monitor always has data during evaluation."
format: "int64"
type: "integer"
groupbySimpleMonitor:
description: "A Boolean indicating whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold."
type: "boolean"
includeTags:
description: "A Boolean indicating whether notifications from this monitor automatically inserts its triggering tags into the title."
type: "boolean"
Expand All @@ -95,13 +98,25 @@ spec:
notifyAudit:
description: "A Boolean indicating whether tagged users are notified on changes to this monitor."
type: "boolean"
notifyBy:
description: "A string indicating the granularity a monitor alerts on. Only available for monitors with groupings. For instance, a monitor grouped by cluster, namespace, and pod can be configured to only notify on each new cluster violating the alert conditions by setting notify_by to [\"cluster\"]. Tags mentioned in notify_by must be a subset of the grouping tags in the query. For example, a query grouped by cluster and namespace cannot notify on region. Setting notify_by to [*] configures the monitor to notify as a simple-alert."
items:
type: "string"
type: "array"
notifyNoData:
description: "A Boolean indicating whether this monitor notifies when data stops reporting."
type: "boolean"
onMissingData:
description: "An enum that controls how groups or monitors are treated if an evaluation does not return data points. The default option results in different behavior depending on the monitor query type. For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status. This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors"
type: "string"
renotifyInterval:
description: "The number of minutes after the last notification before a monitor re-notifies on the current status. It only re-notifies if it’s not resolved."
format: "int64"
type: "integer"
renotifyOccurrences:
description: "The number of times re-notification messages should be sent on the current status at the provided re-notification interval."
format: "int64"
type: "integer"
requireFullWindow:
description: "A Boolean indicating whether this monitor needs a full window of data before it’s evaluated. We highly recommend you set this to false for sparse metrics, otherwise some evaluations are skipped. Default is false."
type: "boolean"
Expand Down
1,766 changes: 1,541 additions & 225 deletions crd-catalog/DataDog/datadog-operator/datadoghq.com/v2alpha1/datadogagents.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,14 @@ spec:
- "Prefix"
- "ImplementationSpecific"
type: "string"
tlsHosts:
description: "To configure tls hosts"
items:
type: "string"
type: "array"
tlsSecretName:
description: "To configure tls secret name"
type: "string"
type: "object"
istio:
description: "The configuration of Istio trait"
Expand Down Expand Up @@ -1132,6 +1140,10 @@ spec:
rolloutDuration:
description: "Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision."
type: "string"
timeoutSeconds:
description: "The maximum duration in seconds that the request instance is allowed to respond to a request. This field propagates to the integration pod's terminationGracePeriodSeconds \n Refer to the Knative documentation for more information."
format: "int64"
type: "integer"
visibility:
description: "Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. \n Refer to the Knative documentation for more information."
enum:
Expand Down Expand Up @@ -2428,6 +2440,14 @@ spec:
- "Prefix"
- "ImplementationSpecific"
type: "string"
tlsHosts:
description: "To configure tls hosts"
items:
type: "string"
type: "array"
tlsSecretName:
description: "To configure tls secret name"
type: "string"
type: "object"
istio:
description: "The configuration of Istio trait"
Expand Down Expand Up @@ -2661,6 +2681,10 @@ spec:
rolloutDuration:
description: "Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision."
type: "string"
timeoutSeconds:
description: "The maximum duration in seconds that the request instance is allowed to respond to a request. This field propagates to the integration pod's terminationGracePeriodSeconds \n Refer to the Knative documentation for more information."
format: "int64"
type: "integer"
visibility:
description: "Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. \n Refer to the Knative documentation for more information."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,14 @@ spec:
- "Prefix"
- "ImplementationSpecific"
type: "string"
tlsHosts:
description: "To configure tls hosts"
items:
type: "string"
type: "array"
tlsSecretName:
description: "To configure tls secret name"
type: "string"
type: "object"
istio:
description: "The configuration of Istio trait"
Expand Down Expand Up @@ -1033,6 +1041,10 @@ spec:
rolloutDuration:
description: "Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision."
type: "string"
timeoutSeconds:
description: "The maximum duration in seconds that the request instance is allowed to respond to a request. This field propagates to the integration pod's terminationGracePeriodSeconds \n Refer to the Knative documentation for more information."
format: "int64"
type: "integer"
visibility:
description: "Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. \n Refer to the Knative documentation for more information."
enum:
Expand Down Expand Up @@ -2237,6 +2249,14 @@ spec:
- "Prefix"
- "ImplementationSpecific"
type: "string"
tlsHosts:
description: "To configure tls hosts"
items:
type: "string"
type: "array"
tlsSecretName:
description: "To configure tls secret name"
type: "string"
type: "object"
istio:
description: "The configuration of Istio trait"
Expand Down Expand Up @@ -2470,6 +2490,10 @@ spec:
rolloutDuration:
description: "Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision."
type: "string"
timeoutSeconds:
description: "The maximum duration in seconds that the request instance is allowed to respond to a request. This field propagates to the integration pod's terminationGracePeriodSeconds \n Refer to the Knative documentation for more information."
format: "int64"
type: "integer"
visibility:
description: "Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. \n Refer to the Knative documentation for more information."
enum:
Expand Down
12 changes: 12 additions & 0 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4293,6 +4293,14 @@ spec:
- "Prefix"
- "ImplementationSpecific"
type: "string"
tlsHosts:
description: "To configure tls hosts"
items:
type: "string"
type: "array"
tlsSecretName:
description: "To configure tls secret name"
type: "string"
type: "object"
istio:
description: "The configuration of Istio trait"
Expand Down Expand Up @@ -4526,6 +4534,10 @@ spec:
rolloutDuration:
description: "Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision."
type: "string"
timeoutSeconds:
description: "The maximum duration in seconds that the request instance is allowed to respond to a request. This field propagates to the integration pod's terminationGracePeriodSeconds \n Refer to the Knative documentation for more information."
format: "int64"
type: "integer"
visibility:
description: "Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. \n Refer to the Knative documentation for more information."
enum:
Expand Down
12 changes: 12 additions & 0 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/pipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4284,6 +4284,14 @@ spec:
- "Prefix"
- "ImplementationSpecific"
type: "string"
tlsHosts:
description: "To configure tls hosts"
items:
type: "string"
type: "array"
tlsSecretName:
description: "To configure tls secret name"
type: "string"
type: "object"
istio:
description: "The configuration of Istio trait"
Expand Down Expand Up @@ -4517,6 +4525,10 @@ spec:
rolloutDuration:
description: "Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision."
type: "string"
timeoutSeconds:
description: "The maximum duration in seconds that the request instance is allowed to respond to a request. This field propagates to the integration pod's terminationGracePeriodSeconds \n Refer to the Knative documentation for more information."
format: "int64"
type: "integer"
visibility:
description: "Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. \n Refer to the Knative documentation for more information."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4286,6 +4286,14 @@ spec:
- "Prefix"
- "ImplementationSpecific"
type: "string"
tlsHosts:
description: "To configure tls hosts"
items:
type: "string"
type: "array"
tlsSecretName:
description: "To configure tls secret name"
type: "string"
type: "object"
istio:
description: "The configuration of Istio trait"
Expand Down Expand Up @@ -4519,6 +4527,10 @@ spec:
rolloutDuration:
description: "Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision."
type: "string"
timeoutSeconds:
description: "The maximum duration in seconds that the request instance is allowed to respond to a request. This field propagates to the integration pod's terminationGracePeriodSeconds \n Refer to the Knative documentation for more information."
format: "int64"
type: "integer"
visibility:
description: "Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. \n Refer to the Knative documentation for more information."
enum:
Expand Down
Loading

0 comments on commit 27fb471

Please sign in to comment.