Skip to content

Commit 3545798

Browse files
committed
Update upstream specifications to their latest version
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent 0b83377 commit 3545798

File tree

340 files changed

+11106
-1079
lines changed

Some content is hidden

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

340 files changed

+11106
-1079
lines changed

crd-catalog/DopplerHQ/kubernetes-operator/secrets.doppler.com/v1alpha1/dopplersecrets.yaml

Lines changed: 20 additions & 15 deletions
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.4.1"
5+
controller-gen.kubebuilder.io/version: "v0.17.1"
66
name: "dopplersecrets.secrets.doppler.com"
77
spec:
88
group: "secrets.doppler.com"
@@ -19,10 +19,10 @@ spec:
1919
description: "DopplerSecret is the Schema for the dopplersecrets API"
2020
properties:
2121
apiVersion:
22-
description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
22+
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"
2323
type: "string"
2424
kind:
25-
description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
25+
description: "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
2626
type: "string"
2727
metadata:
2828
type: "object"
@@ -48,6 +48,16 @@ spec:
4848
managedSecret:
4949
description: "The Kubernetes secret where the operator will store and sync the fetched secrets"
5050
properties:
51+
annotations:
52+
additionalProperties:
53+
type: "string"
54+
description: "Annotations to add or update on the managed secret"
55+
type: "object"
56+
labels:
57+
additionalProperties:
58+
type: "string"
59+
description: "Labels to add or update on the managed secret"
60+
type: "object"
5161
name:
5262
description: "The name of the Secret resource"
5363
type: "string"
@@ -94,6 +104,7 @@ spec:
94104
- "base64"
95105
type: "string"
96106
type: "object"
107+
default: {}
97108
description: "A list of processors to transform the data during ingestion"
98109
type: "object"
99110
project:
@@ -131,23 +142,23 @@ spec:
131142
properties:
132143
conditions:
133144
items:
134-
description: "Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, \n \ttype FooStatus struct{ \t // Represents the observations of a foo's current state. \t // Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\" \t // +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map \t // +listMapKey=type \t Conditions []metav1.Condition `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields \t}"
145+
description: "Condition contains details for one aspect of the current state of this API Resource."
135146
properties:
136147
lastTransitionTime:
137-
description: "lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable."
148+
description: "lastTransitionTime is the last time the condition transitioned from one status to another.\nThis should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable."
138149
format: "date-time"
139150
type: "string"
140151
message:
141-
description: "message is a human readable message indicating details about the transition. This may be an empty string."
152+
description: "message is a human readable message indicating details about the transition.\nThis may be an empty string."
142153
maxLength: 32768
143154
type: "string"
144155
observedGeneration:
145-
description: "observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance."
156+
description: "observedGeneration represents the .metadata.generation that the condition was set based upon.\nFor instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date\nwith respect to the current state of the instance."
146157
format: "int64"
147158
minimum: 0.0
148159
type: "integer"
149160
reason:
150-
description: "reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty."
161+
description: "reason contains a programmatic identifier indicating the reason for the condition's last transition.\nProducers of specific condition types may define expected values and meanings for this field,\nand whether the values are considered a guaranteed API.\nThe value should be a CamelCase string.\nThis field may not be empty."
151162
maxLength: 1024
152163
minLength: 1
153164
pattern: "^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$"
@@ -160,7 +171,7 @@ spec:
160171
- "Unknown"
161172
type: "string"
162173
type:
163-
description: "type of condition in CamelCase or in foo.example.com/CamelCase. --- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)"
174+
description: "type of condition in CamelCase or in foo.example.com/CamelCase."
164175
maxLength: 316
165176
pattern: "^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$"
166177
type: "string"
@@ -180,9 +191,3 @@ spec:
180191
storage: true
181192
subresources:
182193
status: {}
183-
status:
184-
acceptedNames:
185-
kind: ""
186-
plural: ""
187-
conditions: []
188-
storedVersions: []

crd-catalog/GoogleCloudPlatform/spark-on-k8s-operator/sparkoperator.k8s.io/v1beta2/scheduledsparkapplications.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3300,6 +3300,9 @@ spec:
33003300
description: "MinExecutors is the lower bound for the number of executors if dynamic allocation is enabled."
33013301
format: "int32"
33023302
type: "integer"
3303+
shuffleTrackingEnabled:
3304+
description: "ShuffleTrackingEnabled enables shuffle file tracking for executors, which allows dynamic allocation without\nthe need for an external shuffle service. This option will try to keep alive executors that are storing\nshuffle data for active jobs. If external shuffle service is enabled, set ShuffleTrackingEnabled to false.\nShuffleTrackingEnabled is true by default if dynamicAllocation.enabled is true."
3305+
type: "boolean"
33033306
shuffleTrackingTimeout:
33043307
description: "ShuffleTrackingTimeout controls the timeout in milliseconds for executors that are holding\nshuffle data if shuffle tracking is enabled (true by default if dynamic allocation is enabled)."
33053308
format: "int64"

crd-catalog/GoogleCloudPlatform/spark-on-k8s-operator/sparkoperator.k8s.io/v1beta2/sparkapplications.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3277,6 +3277,9 @@ spec:
32773277
description: "MinExecutors is the lower bound for the number of executors if dynamic allocation is enabled."
32783278
format: "int32"
32793279
type: "integer"
3280+
shuffleTrackingEnabled:
3281+
description: "ShuffleTrackingEnabled enables shuffle file tracking for executors, which allows dynamic allocation without\nthe need for an external shuffle service. This option will try to keep alive executors that are storing\nshuffle data for active jobs. If external shuffle service is enabled, set ShuffleTrackingEnabled to false.\nShuffleTrackingEnabled is true by default if dynamicAllocation.enabled is true."
3282+
type: "boolean"
32803283
shuffleTrackingTimeout:
32813284
description: "ShuffleTrackingTimeout controls the timeout in milliseconds for executors that are holding\nshuffle data if shuffle tracking is enabled (true by default if dynamic allocation is enabled)."
32823285
format: "int64"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ spec:
12871287
properties:
12881288
actions:
12891289
items:
1290-
description: "RocketchatAttachmentAction defines message attachements\nhttps://github.com/RocketChat/Rocket.Chat.Go.SDK/blob/master/models/message.go"
1290+
description: "RocketchatAttachmentAction defines message attachments\nhttps://github.com/RocketChat/Rocket.Chat.Go.SDK/blob/master/models/message.go"
12911291
properties:
12921292
msg:
12931293
type: "string"

crd-catalog/actions/actions-runner-controller/actions.github.com/v1alpha1/ephemeralrunners.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4884,7 +4884,8 @@ spec:
48844884
properties:
48854885
failures:
48864886
additionalProperties:
4887-
type: "boolean"
4887+
format: "date-time"
4888+
type: "string"
48884889
type: "object"
48894890
jobDisplayName:
48904891
type: "string"

0 commit comments

Comments
 (0)