Skip to content

Commit a2e07a5

Browse files
committed
Update upstream specifications to their latest version
1 parent 08540c3 commit a2e07a5

File tree

90 files changed

+1453
-239
lines changed

Some content is hidden

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

90 files changed

+1453
-239
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ spec:
367367
type: "string"
368368
retentionPeriod:
369369
description: "RetentionPeriod for the stored logs\nhttps://docs.victoriametrics.com/victorialogs/#retention"
370-
pattern: "^[0-9]+(h|d|y)?$"
370+
pattern: "^[0-9]+(h|d|w|y)?$"
371371
type: "string"
372372
revisionHistoryLimitCount:
373373
description: "The number of old ReplicaSets to retain to allow rollback in deployment or\nmaximum number of revisions that will be maintained in the Deployment revision history.\nHas no effect at StatefulSets\nDefaults to 10."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ spec:
134134
type: "object"
135135
retentionPeriod:
136136
description: "RetentionPeriod defines how long to retain stored metrics, specified as a duration (e.g., \"1d\", \"1w\", \"1m\").\nData with timestamps outside the RetentionPeriod is automatically deleted. The minimum allowed value is 1d, or 24h.\nThe default value is 1 (one month).\nSee [retention](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#retention) docs for details."
137-
pattern: "^[0-9]+(h|d|y)?$"
137+
pattern: "^[0-9]+(h|d|w|y)?$"
138138
type: "string"
139139
serviceAccountName:
140140
description: "ServiceAccountName is the name of the ServiceAccount to use to run the\nVMSelect, VMStorage and VMInsert Pods."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ spec:
403403
type: "object"
404404
retentionPeriod:
405405
description: "RetentionPeriod defines how long to retain stored metrics, specified as a duration (e.g., \"1d\", \"1w\", \"1m\").\nData with timestamps outside the RetentionPeriod is automatically deleted. The minimum allowed value is 1d, or 24h.\nThe default value is 1 (one month).\nSee [retention](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#retention) docs for details."
406-
pattern: "^[0-9]+(h|d|y)?$"
406+
pattern: "^[0-9]+(h|d|w|y)?$"
407407
type: "string"
408408
revisionHistoryLimitCount:
409409
description: "The number of old ReplicaSets to retain to allow rollback in deployment or\nmaximum number of revisions that will be maintained in the Deployment revision history.\nHas no effect at StatefulSets\nDefaults to 10."

crd-catalog/apache/flink-kubernetes-operator/flink.apache.org/v1beta1/flinkdeployments.yaml

Lines changed: 471 additions & 15 deletions
Large diffs are not rendered by default.

crd-catalog/aws-controllers-k8s/sns-controller/sns.services.k8s.aws/v1alpha1/platformendpoints.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ spec:
3030
description: "PlatformEndpointSpec defines the desired state of PlatformEndpoint."
3131
properties:
3232
customUserData:
33-
description: "Arbitrary user data to associate with the endpoint. Amazon SNS does not use\nthis data. The data must be in UTF-8 format and less than 2KB."
3433
type: "string"
3534
enabled:
3635
type: "string"
3736
platformApplicationARN:
3837
description: "PlatformApplicationArn returned from CreatePlatformApplication is used to\ncreate a an endpoint."
3938
type: "string"
4039
token:
41-
description: "Unique identifier created by the notification service for an app on a device.\nThe specific name for Token will vary, depending on which notification service\nis being used. For example, when using APNS as the notification service,\nyou need the device token. Alternatively, when using GCM (Firebase Cloud\nMessaging) or ADM, the device token equivalent is called the registration\nID."
4240
type: "string"
4341
required:
4442
- "platformApplicationARN"

crd-catalog/aws/aws-application-networking-k8s/application-networking.k8s.aws/v1alpha1/serviceexports.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,31 @@ spec:
2626
type: "string"
2727
metadata:
2828
type: "object"
29+
spec:
30+
description: "spec defines the desired state of ServiceExport"
31+
properties:
32+
exportedPorts:
33+
description: "exportedPorts defines which ports of the service should be exported and what route types they should be used with.\nIf not specified, the controller will use the port from the annotation \"application-networking.k8s.aws/port\"\nand create HTTP target groups for backward compatibility."
34+
items:
35+
description: "ExportedPort defines a port to be exported and the route type it should be used with"
36+
properties:
37+
port:
38+
description: "port is the port number to export"
39+
format: "int32"
40+
type: "integer"
41+
routeType:
42+
description: "routeType is the type of route this port should be used with\nValid values are \"HTTP\", \"GRPC\", \"TLS\""
43+
enum:
44+
- "HTTP"
45+
- "GRPC"
46+
- "TLS"
47+
type: "string"
48+
required:
49+
- "port"
50+
- "routeType"
51+
type: "object"
52+
type: "array"
53+
type: "object"
2954
status:
3055
description: "status describes the current state of an exported service.\nService configuration comes from the Service that had the same\nname and namespace as this ServiceExport.\nPopulated by the multi-cluster service implementation's controller."
3156
properties:

crd-catalog/cert-manager/cert-manager/acme.cert-manager.io/v1/orders.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ spec:
8383
required:
8484
- "name"
8585
type: "object"
86+
profile:
87+
description: "Profile allows requesting a certificate profile from the ACME server.\nSupported profiles are listed by the server's ACME directory URL."
88+
type: "string"
8689
request:
8790
description: "Certificate signing request bytes in DER encoding.\nThis will be used when finalizing the order.\nThis field must be set on the order."
8891
format: "byte"

crd-catalog/cert-manager/cert-manager/cert-manager.io/v1/certificates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ spec:
280280
format: "int32"
281281
type: "integer"
282282
revisionHistoryLimit:
283-
description: "The maximum number of CertificateRequest revisions that are maintained in\nthe Certificate's history. Each revision represents a single `CertificateRequest`\ncreated by this Certificate, either when it was created, renewed, or Spec\nwas changed. Revisions will be removed by oldest first if the number of\nrevisions exceeds this number.\n\nIf set, revisionHistoryLimit must be a value of `1` or greater.\nIf unset (`nil`), revisions will not be garbage collected.\nDefault value is `nil`."
283+
description: "The maximum number of CertificateRequest revisions that are maintained in\nthe Certificate's history. Each revision represents a single `CertificateRequest`\ncreated by this Certificate, either when it was created, renewed, or Spec\nwas changed. Revisions will be removed by oldest first if the number of\nrevisions exceeds this number.\n\nIf set, revisionHistoryLimit must be a value of `1` or greater.\nDefault value is `1`."
284284
format: "int32"
285285
type: "integer"
286286
secretName:

crd-catalog/cert-manager/cert-manager/cert-manager.io/v1/clusterissuers.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ spec:
110110
required:
111111
- "name"
112112
type: "object"
113+
profile:
114+
description: "Profile allows requesting a certificate profile from the ACME server.\nSupported profiles are listed by the server's ACME directory URL."
115+
type: "string"
113116
server:
114117
description: "Server is the URL used to access the ACME server's 'directory' endpoint.\nFor example, for Let's Encrypt's staging endpoint, you would use:\n\"https://acme-staging-v02.api.letsencrypt.org/directory\".\nOnly ACME v2 endpoints (i.e. RFC 8555) are supported."
115118
type: "string"

crd-catalog/cert-manager/cert-manager/cert-manager.io/v1/issuers.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ spec:
111111
required:
112112
- "name"
113113
type: "object"
114+
profile:
115+
description: "Profile allows requesting a certificate profile from the ACME server.\nSupported profiles are listed by the server's ACME directory URL."
116+
type: "string"
114117
server:
115118
description: "Server is the URL used to access the ACME server's 'directory' endpoint.\nFor example, for Let's Encrypt's staging endpoint, you would use:\n\"https://acme-staging-v02.api.letsencrypt.org/directory\".\nOnly ACME v2 endpoints (i.e. RFC 8555) are supported."
116119
type: "string"

0 commit comments

Comments
 (0)