Skip to content

Commit 521b057

Browse files
committed
Update upstream specifications to their latest version
1 parent 88362d2 commit 521b057

File tree

163 files changed

+4690
-4758
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+4690
-4758
lines changed

crd-catalog/DataDog/datadog-operator/datadoghq.com/v1alpha1/datadogmetrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.16.3"
5+
controller-gen.kubebuilder.io/version: "v0.17.3"
66
name: "datadogmetrics.datadoghq.com"
77
spec:
88
group: "datadoghq.com"

crd-catalog/DataDog/datadog-operator/datadoghq.com/v1alpha1/datadogmonitors.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.16.3"
5+
controller-gen.kubebuilder.io/version: "v0.17.3"
66
name: "datadogmonitors.datadoghq.com"
77
spec:
88
group: "datadoghq.com"
@@ -77,6 +77,9 @@ spec:
7777
description: "Time (in seconds) to delay evaluation, as a non-negative integer. For example, if the value is set to 300 (5min),\nthe timeframe is set to last_5m and the time is 7:00, the monitor evaluates data from 6:50 to 6:55.\nThis is useful for AWS CloudWatch and other backfilled metrics to ensure the monitor always has data during evaluation."
7878
format: "int64"
7979
type: "integer"
80+
groupRetentionDuration:
81+
description: "The time span after which groups with missing data are dropped from the monitor state.\nThe minimum value is one hour, and the maximum value is 72 hours.\nExample values are: \"60m\", \"1h\", and \"2d\".\nThis option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors."
82+
type: "string"
8083
groupbySimpleMonitor:
8184
description: "A Boolean indicating whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold."
8285
type: "boolean"

crd-catalog/DataDog/datadog-operator/datadoghq.com/v1alpha1/datadogslos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.16.3"
5+
controller-gen.kubebuilder.io/version: "v0.17.3"
66
name: "datadogslos.datadoghq.com"
77
spec:
88
group: "datadoghq.com"

crd-catalog/DataDog/datadog-operator/datadoghq.com/v2alpha1/datadogagents.yaml

Lines changed: 318 additions & 2 deletions
Large diffs are not rendered by default.

crd-catalog/ROCm/gpu-operator/amd.com/v1alpha1/deviceconfigs.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ spec:
281281
properties:
282282
baseImageRegistry:
283283
default: "docker.io"
284-
description: "image registry to fetch base image for building driver image, default value is docker.io, the builder will search for corresponding OS base image from given registry\ne.g. if your worker node is using Ubuntu 22.04, by default the base image would be docker.io/ubuntu:22.04\nNOTE: this field won't apply for OpenShift since OpenShift is using its own DriverToolKit image to build driver image"
284+
description: "image registry to fetch base image for building driver image, default value is docker.io, the builder will search for corresponding OS base image from given registry\ne.g. if your worker node is using Ubuntu 22.04, by default the base image would be docker.io/ubuntu:22.04\nUse spec.driver.imageRegistrySecret for authentication with private registries.\nNOTE: this field won't apply for OpenShift since OpenShift is using its own DriverToolKit image to build driver image"
285285
type: "string"
286286
baseImageRegistryTLS:
287-
description: "TLS settings for fetching base image"
287+
description: "TLS settings for fetching base image\nthis field will be applied to SourceImageRepo as well"
288288
properties:
289289
insecure:
290290
description: "If true, check if the container image already exists using plain HTTP."
@@ -293,6 +293,9 @@ spec:
293293
description: "If true, skip any TLS server certificate validation"
294294
type: "boolean"
295295
type: "object"
296+
sourceImageRepo:
297+
description: "SourceImageRepo specifies the image repository for the driver source code (OpenShift only).\nUsed when spec.driver.useSourceImage is true. The operator automatically determines the image tag\nbased on cluster RHEL version and spec.driver.version (format: coreos-<rhel>-<driver version>).\nDefault: docker.io/rocm/amdgpu-driver\nUse spec.driver.imageRegistrySecret for authentication with private registries."
298+
type: "string"
296299
type: "object"
297300
imageRegistrySecret:
298301
description: "secrets used for pull/push images from/to private registry specified in driversImage"
@@ -434,6 +437,9 @@ spec:
434437
description: "reboot between driver upgrades, enabled by default, if enabled spec.commonConfig.utilsContainer will be used to perform reboot on worker nodes"
435438
type: "boolean"
436439
type: "object"
440+
useSourceImage:
441+
description: "NOTE: currently only for OpenShift cluster\nset to true to use source image to build driver image on the fly\notherwise use installer debian/rpm packages from radeon repo to build driver image"
442+
type: "boolean"
437443
version:
438444
description: "version of the drivers source code, can be used as part of image of dockerfile source image\ndefault value for different OS is: ubuntu: 6.1.3, coreOS: 6.2.2"
439445
type: "string"

0 commit comments

Comments
 (0)