Skip to content

Commit ee8f1ea

Browse files
committed
Update upstream specifications to their latest version
1 parent 9693a25 commit ee8f1ea

File tree

157 files changed

+2443
-578
lines changed

Some content is hidden

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

157 files changed

+2443
-578
lines changed

crd-catalog/1Password/onepassword-operator/onepassword.com/v1/onepassworditems.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ spec:
1313
singular: "onepassworditem"
1414
scope: "Namespaced"
1515
versions:
16-
- name: "v1"
16+
- additionalPrinterColumns:
17+
- jsonPath: ".metadata.creationTimestamp"
18+
name: "Age"
19+
type: "date"
20+
- jsonPath: ".status.conditions[?(@.type==\"Ready\")].status"
21+
name: "Ready"
22+
type: "string"
23+
name: "v1"
1724
schema:
1825
openAPIV3Schema:
1926
description: "OnePasswordItem is the Schema for the onepassworditems API"

crd-catalog/3scale/3scale-operator/capabilities.3scale.net/v1beta1/applications.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ spec:
3737
type: "string"
3838
type: "object"
3939
x-kubernetes-map-type: "atomic"
40+
x-kubernetes-validations:
41+
- message: "AccountCR reference is immutable once set"
42+
rule: "self == oldSelf"
4043
applicationPlanName:
4144
description: "ApplicationPlanName name of application plan that the application will use"
4245
type: "string"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
name: "v2alpha1"
3232
schema:
3333
openAPIV3Schema:
34-
description: "DatadogAgent Deployment with the Datadog Operator."
34+
description: "DatadogAgent defines Agent configuration, see reference https://github.com/DataDog/datadog-operator/blob/main/docs/configuration.v2alpha1.md"
3535
properties:
3636
apiVersion:
3737
description: "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"

crd-catalog/Kuadrant/kuadrant-operator/kuadrant.io/v1beta1/kuadrants.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ spec:
4343
spec:
4444
description: "KuadrantSpec defines the desired state of Kuadrant"
4545
properties:
46+
components:
47+
description: "Components configures optional Kuadrant components"
48+
properties:
49+
developerPortal:
50+
description: "DeveloperPortal enables the developer portal integration including APIProduct and APIKeyRequest CRDs"
51+
properties:
52+
enabled:
53+
type: "boolean"
54+
type: "object"
55+
type: "object"
4656
mtls:
4757
description: "MTLS is an optional entry which when enabled is set to true, kuadrant-operator\nwill add the configuration required to enable mTLS between an Istio provided\ngateway and the Kuadrant components."
4858
properties:
@@ -54,9 +64,47 @@ spec:
5464
type: "boolean"
5565
type: "object"
5666
observability:
67+
description: "Observability configures telemetry and monitoring settings for Kuadrant components.\nWhen enabled, it configures logging, tracing, and other observability features for both\nthe control plane and data plane components."
5768
properties:
69+
dataPlane:
70+
description: "DataPlane configures observability settings for the data plane components."
71+
properties:
72+
defaultLevels:
73+
description: "DefaultLevels specifies the default logging levels and their activation predicates.\nEach entry defines a log level (debug, info, warn, error) and an optional CEL expression\nthat determines when that level should be active for a given request."
74+
items:
75+
description: "LogLevel defines a logging level with its activation predicate\nOnly one field should be set per LogLevel entry"
76+
properties:
77+
debug:
78+
description: "Debug level - highest verbosity"
79+
type: "string"
80+
error:
81+
description: "Error level - lowest verbosity"
82+
type: "string"
83+
info:
84+
description: "Info level"
85+
type: "string"
86+
warn:
87+
description: "Warn level"
88+
type: "string"
89+
type: "object"
90+
type: "array"
91+
httpHeaderIdentifier:
92+
description: "HTTPHeaderIdentifier specifies the HTTP header name used to identify and correlate\nrequests in logs and traces (e.g., \"x-request-id\", \"x-correlation-id\").\nIf set, this header value will be included in log output for request correlation."
93+
type: "string"
94+
type: "object"
5895
enable:
96+
description: "Enable controls whether observability features are active.\nWhen false, no additional logging or tracing configuration is applied."
5997
type: "boolean"
98+
tracing:
99+
description: "Tracing configures distributed tracing for request flows through the system."
100+
properties:
101+
defaultEndpoint:
102+
description: "DefaultEndpoint is the default URL of the tracing collector backend where spans should be sent.\nCan be overridden per-gateway in future versions."
103+
type: "string"
104+
insecure:
105+
description: "Insecure controls whether to skip TLS certificate verification."
106+
type: "boolean"
107+
type: "object"
60108
type: "object"
61109
type: "object"
62110
status:

crd-catalog/SlinkyProject/slurm-operator/slinky.slurm.net/v1beta1/nodesets.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,37 @@ spec:
126126
description: "The slurmd container configuration.\nSee corev1.Container spec.\nRef: https://github.com/kubernetes/api/blob/master/core/v1/types.go#L2885"
127127
type: "object"
128128
x-kubernetes-preserve-unknown-fields: true
129+
ssh:
130+
description: "SSH configuration for worker pods."
131+
properties:
132+
enabled:
133+
default: false
134+
description: "Enabled controls whether SSH access is enabled for this NodeSet."
135+
type: "boolean"
136+
extraSshdConfig:
137+
description: "ExtraSshdConfig is added to the end of `sshd_config`.\nRef: https://man7.org/linux/man-pages/man5/sshd_config.5.html"
138+
type: "string"
139+
sssdConfRef:
140+
description: "SssdConfRef is a reference to a secret containing the `sssd.conf`."
141+
properties:
142+
key:
143+
description: "The key of the secret to select from. Must be a valid secret key."
144+
type: "string"
145+
name:
146+
default: ""
147+
description: "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
148+
type: "string"
149+
optional:
150+
description: "Specify whether the Secret or its key must be defined"
151+
type: "boolean"
152+
required:
153+
- "key"
154+
type: "object"
155+
x-kubernetes-map-type: "atomic"
156+
required:
157+
- "enabled"
158+
- "sssdConfRef"
159+
type: "object"
129160
taintKubeNodes:
130161
default: false
131162
description: "TaintKubeNodes controls whether or not to apply a NoExecute taint to any nodes which are running a pod from this NodeSet.\nSee https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ for more information."

crd-catalog/ThinkParQ/beegfs-csi-driver/beegfs.csi.netapp.com/v1/beegfsdrivers.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.0"
5+
controller-gen.kubebuilder.io/version: "v0.16.5"
66
name: "beegfsdrivers.beegfs.csi.netapp.com"
77
spec:
88
group: "beegfs.csi.netapp.com"

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1/vtclusters.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ spec:
1515
versions:
1616
- additionalPrinterColumns:
1717
- description: "replicas of VTInsert"
18-
jsonPath: ".spec.vtinsert.replicaCount"
18+
jsonPath: ".spec.insert.replicaCount"
1919
name: "Insert Count"
2020
type: "string"
2121
- description: "replicas of VTStorage"
22-
jsonPath: ".spec.vtstorage.replicaCount"
22+
jsonPath: ".spec.storage.replicaCount"
2323
name: "Storage Count"
2424
type: "string"
2525
- description: "replicas of VTSelect"
26-
jsonPath: ".spec.vtselect.replicaCount"
26+
jsonPath: ".spec.select.replicaCount"
2727
name: "Select Count"
2828
type: "string"
2929
- jsonPath: ".metadata.creationTimestamp"

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1beta1/vmalerts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
jsonPath: ".status.updateStatus"
1919
name: "Status"
2020
type: "string"
21-
- description: "The desired replicas number of Alertmanagers"
21+
- description: "The desired replicas number of VMAlerts"
2222
jsonPath: ".spec.replicaCount"
2323
name: "ReplicaCount"
2424
type: "integer"

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1beta1/vmauths.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- jsonPath: ".metadata.creationTimestamp"
2222
name: "Age"
2323
type: "date"
24-
- description: "The desired replicas number of Alertmanagers"
24+
- description: "The desired replicas number of VMAuth"
2525
jsonPath: ".spec.replicaCount"
2626
name: "ReplicaCount"
2727
type: "integer"

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1beta1/vmclusters.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,9 +2315,6 @@ spec:
23152315
status:
23162316
description: "VMClusterStatus defines the observed state of VMCluster"
23172317
properties:
2318-
clusterStatus:
2319-
description: "LegacyStatus is deprecated and will be removed at v0.52.0 version"
2320-
type: "string"
23212318
conditions:
23222319
description: "Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\""
23232320
items:

0 commit comments

Comments
 (0)