Skip to content

Commit ec60ac8

Browse files
committed
Update upstream specifications to their latest version
1 parent 84f3ffa commit ec60ac8

File tree

2,122 files changed

+56743
-22282
lines changed

Some content is hidden

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

2,122 files changed

+56743
-22282
lines changed

crd-catalog/3scale/apicast-operator/apps.3scale.net/v1alpha1/apicasts.yaml

Lines changed: 616 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,13 @@ spec:
751751
description: "Enabled enables Cluster Checks Runners to run all Cluster Checks.\nDefault: false"
752752
type: "boolean"
753753
type: "object"
754+
controlPlaneMonitoring:
755+
description: "ControlPlaneMonitoring configuration."
756+
properties:
757+
enabled:
758+
description: "Enabled enables control plane monitoring checks in the cluster agent.\nDefault: true"
759+
type: "boolean"
760+
type: "object"
754761
cspm:
755762
description: "CSPM (Cloud Security Posture Management) configuration."
756763
properties:
@@ -1043,7 +1050,10 @@ spec:
10431050
description: "GPU monitoring"
10441051
properties:
10451052
enabled:
1046-
description: "Enabled enables GPU monitoring.\nDefault: false"
1053+
description: "Enabled enables GPU monitoring core check.\nDefault: false"
1054+
type: "boolean"
1055+
privilegedMode:
1056+
description: "PrivilegedMode enables GPU Probe module in System Probe.\nDefault: false"
10471057
type: "boolean"
10481058
requiredRuntimeClassName:
10491059
description: "PodRuntimeClassName specifies the runtime class name required for the GPU monitoring feature.\nIf the value is an empty string, the runtime class is not set.\nDefault: nvidia"
@@ -1540,6 +1550,13 @@ spec:
15401550
criSocketPath:
15411551
description: "Path to the container runtime socket (if different from Docker)."
15421552
type: "string"
1553+
csi:
1554+
description: "CSI contains configuration for Datadog CSI Driver"
1555+
properties:
1556+
enabled:
1557+
description: "Enables the usage of CSI driver in Datadog Agent.\nRequires installation of Datadog CSI Driver https://github.com/DataDog/helm-charts/tree/main/charts/datadog-csi-driver\nDefault: false"
1558+
type: "boolean"
1559+
type: "object"
15431560
disableNonResourceRules:
15441561
description: "Set DisableNonResourceRules to exclude NonResourceURLs from default ClusterRoles.\nRequired 'true' for Google Cloud Marketplace."
15451562
type: "boolean"
@@ -5863,6 +5880,13 @@ spec:
58635880
description: "Enabled enables Cluster Checks Runners to run all Cluster Checks.\nDefault: false"
58645881
type: "boolean"
58655882
type: "object"
5883+
controlPlaneMonitoring:
5884+
description: "ControlPlaneMonitoring configuration."
5885+
properties:
5886+
enabled:
5887+
description: "Enabled enables control plane monitoring checks in the cluster agent.\nDefault: true"
5888+
type: "boolean"
5889+
type: "object"
58665890
cspm:
58675891
description: "CSPM (Cloud Security Posture Management) configuration."
58685892
properties:
@@ -6155,7 +6179,10 @@ spec:
61556179
description: "GPU monitoring"
61566180
properties:
61576181
enabled:
6158-
description: "Enabled enables GPU monitoring.\nDefault: false"
6182+
description: "Enabled enables GPU monitoring core check.\nDefault: false"
6183+
type: "boolean"
6184+
privilegedMode:
6185+
description: "PrivilegedMode enables GPU Probe module in System Probe.\nDefault: false"
61596186
type: "boolean"
61606187
requiredRuntimeClassName:
61616188
description: "PodRuntimeClassName specifies the runtime class name required for the GPU monitoring feature.\nIf the value is an empty string, the runtime class is not set.\nDefault: nvidia"

crd-catalog/Kuadrant/limitador-operator/limitador.kuadrant.io/v1alpha1/limitadors.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,9 @@ spec:
565565
type: "integer"
566566
type: "object"
567567
type: "object"
568+
metricLabelsDefault:
569+
description: "MetricLabelsDefault is an optional string that specifies the default metric-labels\nselector used by Limitador when automatically discovering custom metrics.\nWhen set the operator passes this value to the Limitador process as the\n`--metric-labels-default` command-line flag."
570+
type: "string"
568571
pdb:
569572
properties:
570573
maxUnavailable:

0 commit comments

Comments
 (0)