Skip to content

Commit b24299e

Browse files
committed
Update upstream specifications to their latest version
1 parent ee835b7 commit b24299e

File tree

155 files changed

+9701
-1426
lines changed

Some content is hidden

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

155 files changed

+9701
-1426
lines changed

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

Lines changed: 232 additions & 41 deletions
Large diffs are not rendered by default.

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

Lines changed: 463 additions & 81 deletions
Large diffs are not rendered by default.

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

Lines changed: 232 additions & 41 deletions
Large diffs are not rendered by default.

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

Lines changed: 232 additions & 41 deletions
Large diffs are not rendered by default.

crd-catalog/actions/actions-runner-controller/actions.summerwind.dev/v1alpha1/horizontalrunnerautoscalers.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.17.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "horizontalrunnerautoscalers.actions.summerwind.dev"
77
spec:
88
group: "actions.summerwind.dev"

crd-catalog/actions/actions-runner-controller/actions.summerwind.dev/v1alpha1/runnerdeployments.yaml

Lines changed: 334 additions & 48 deletions
Large diffs are not rendered by default.

crd-catalog/actions/actions-runner-controller/actions.summerwind.dev/v1alpha1/runnerreplicasets.yaml

Lines changed: 334 additions & 48 deletions
Large diffs are not rendered by default.

crd-catalog/actions/actions-runner-controller/actions.summerwind.dev/v1alpha1/runners.yaml

Lines changed: 334 additions & 48 deletions
Large diffs are not rendered by default.

crd-catalog/actions/actions-runner-controller/actions.summerwind.dev/v1alpha1/runnersets.yaml

Lines changed: 235 additions & 45 deletions
Large diffs are not rendered by default.

crd-catalog/apache/camel-k/camel.apache.org/v1/integrationplatforms.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ spec:
381381
description: "list of traits to be executed for all the Integration/IntegrationKits built from this IntegrationPlatform"
382382
properties:
383383
3scale:
384-
description: "Deprecated: for backward compatibility."
384+
description: "Deprecated: no longer in use."
385385
properties:
386386
configuration:
387387
description: "TraitConfiguration parameters configuration"
@@ -708,14 +708,14 @@ spec:
708708
description: "Deprecated: no longer in use."
709709
type: "boolean"
710710
kind:
711-
description: "Allows to explicitly select the desired deployment kind between `deployment`, `cron-job` or `knative-service` when creating the resources for running the integration."
711+
description: "Deprecated: this feature will be removed in future releases.\nAllows to explicitly select the desired deployment kind between `deployment`, `cron-job` or `knative-service`\nwhen creating the resources for running the integration."
712712
enum:
713713
- "deployment"
714714
- "cron-job"
715715
- "knative-service"
716716
type: "string"
717717
useSSA:
718-
description: "Deprecated: won't be able to enforce client side update in the future.\nUse server-side apply to update the owned resources (default `true`).\nNote that it automatically falls back to client-side patching, if SSA is not available, e.g., on old Kubernetes clusters."
718+
description: "Deprecated: no longer in use."
719719
type: "boolean"
720720
type: "object"
721721
deployment:
@@ -1002,7 +1002,7 @@ spec:
10021002
type: "boolean"
10031003
type: "object"
10041004
jolokia:
1005-
description: "The configuration of Jolokia trait"
1005+
description: "The configuration of Jolokia trait\nDeprecated: use jvm.agent instead."
10061006
properties:
10071007
CACert:
10081008
description: "The PEM encoded CA certification file path, used to verify client certificates,\napplicable when `protocol` is `https` and `use-ssl-client-authentication` is `true`\n(default `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt` for OpenShift)."
@@ -1380,7 +1380,7 @@ spec:
13801380
type: "array"
13811381
type: "object"
13821382
openapi:
1383-
description: "The configuration of OpenAPI trait"
1383+
description: "The configuration of OpenAPI trait\nDeprecated: no longer in use."
13841384
properties:
13851385
configmaps:
13861386
description: "The configmaps holding the spec of the OpenAPI (compatible with > 3.0 spec only)."
@@ -1437,24 +1437,24 @@ spec:
14371437
description: "The configuration of Platform trait"
14381438
properties:
14391439
auto:
1440-
description: "To automatically detect from the environment if a default platform can be created (it will be created on OpenShift or when a registry address is set).\nDeprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility"
1440+
description: "Deprecated: no longer in use."
14411441
type: "boolean"
14421442
configuration:
14431443
description: "Legacy trait configuration parameters.\nDeprecated: for backward compatibility."
14441444
type: "object"
14451445
x-kubernetes-preserve-unknown-fields: true
14461446
createDefault:
1447-
description: "To create a default (empty) platform when the platform is missing.\nDeprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility"
1447+
description: "Deprecated: no longer in use."
14481448
type: "boolean"
14491449
enabled:
14501450
description: "Deprecated: no longer in use."
14511451
type: "boolean"
14521452
global:
1453-
description: "Indicates if the platform should be created globally in the case of global operator (default true).\nDeprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility"
1453+
description: "Deprecated: no longer in use."
14541454
type: "boolean"
14551455
type: "object"
14561456
pod:
1457-
description: "The configuration of Pod trait"
1457+
description: "The configuration of Pod trait\nDeprecated: use init-containers instead."
14581458
properties:
14591459
configuration:
14601460
description: "Legacy trait configuration parameters.\nDeprecated: for backward compatibility."
@@ -1550,7 +1550,7 @@ spec:
15501550
type: "boolean"
15511551
type: "object"
15521552
route:
1553-
description: "The configuration of Route trait"
1553+
description: "The configuration of Route trait\nDeprecated: use ingress instead."
15541554
properties:
15551555
annotations:
15561556
additionalProperties:
@@ -1686,7 +1686,7 @@ spec:
16861686
type: "array"
16871687
type: "object"
16881688
strimzi:
1689-
description: "Deprecated: for backward compatibility."
1689+
description: "Deprecated: no longer in use."
16901690
properties:
16911691
configuration:
16921692
description: "TraitConfiguration parameters configuration"
@@ -1741,7 +1741,7 @@ spec:
17411741
type: "array"
17421742
type: "object"
17431743
tracing:
1744-
description: "Deprecated: for backward compatibility."
1744+
description: "Deprecated: no longer in use."
17451745
properties:
17461746
configuration:
17471747
description: "TraitConfiguration parameters configuration"
@@ -2119,7 +2119,7 @@ spec:
21192119
description: "list of traits to be executed for all the Integration/IntegrationKits built from this IntegrationPlatform"
21202120
properties:
21212121
3scale:
2122-
description: "Deprecated: for backward compatibility."
2122+
description: "Deprecated: no longer in use."
21232123
properties:
21242124
configuration:
21252125
description: "TraitConfiguration parameters configuration"
@@ -2446,14 +2446,14 @@ spec:
24462446
description: "Deprecated: no longer in use."
24472447
type: "boolean"
24482448
kind:
2449-
description: "Allows to explicitly select the desired deployment kind between `deployment`, `cron-job` or `knative-service` when creating the resources for running the integration."
2449+
description: "Deprecated: this feature will be removed in future releases.\nAllows to explicitly select the desired deployment kind between `deployment`, `cron-job` or `knative-service`\nwhen creating the resources for running the integration."
24502450
enum:
24512451
- "deployment"
24522452
- "cron-job"
24532453
- "knative-service"
24542454
type: "string"
24552455
useSSA:
2456-
description: "Deprecated: won't be able to enforce client side update in the future.\nUse server-side apply to update the owned resources (default `true`).\nNote that it automatically falls back to client-side patching, if SSA is not available, e.g., on old Kubernetes clusters."
2456+
description: "Deprecated: no longer in use."
24572457
type: "boolean"
24582458
type: "object"
24592459
deployment:
@@ -2740,7 +2740,7 @@ spec:
27402740
type: "boolean"
27412741
type: "object"
27422742
jolokia:
2743-
description: "The configuration of Jolokia trait"
2743+
description: "The configuration of Jolokia trait\nDeprecated: use jvm.agent instead."
27442744
properties:
27452745
CACert:
27462746
description: "The PEM encoded CA certification file path, used to verify client certificates,\napplicable when `protocol` is `https` and `use-ssl-client-authentication` is `true`\n(default `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt` for OpenShift)."
@@ -3118,7 +3118,7 @@ spec:
31183118
type: "array"
31193119
type: "object"
31203120
openapi:
3121-
description: "The configuration of OpenAPI trait"
3121+
description: "The configuration of OpenAPI trait\nDeprecated: no longer in use."
31223122
properties:
31233123
configmaps:
31243124
description: "The configmaps holding the spec of the OpenAPI (compatible with > 3.0 spec only)."
@@ -3175,24 +3175,24 @@ spec:
31753175
description: "The configuration of Platform trait"
31763176
properties:
31773177
auto:
3178-
description: "To automatically detect from the environment if a default platform can be created (it will be created on OpenShift or when a registry address is set).\nDeprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility"
3178+
description: "Deprecated: no longer in use."
31793179
type: "boolean"
31803180
configuration:
31813181
description: "Legacy trait configuration parameters.\nDeprecated: for backward compatibility."
31823182
type: "object"
31833183
x-kubernetes-preserve-unknown-fields: true
31843184
createDefault:
3185-
description: "To create a default (empty) platform when the platform is missing.\nDeprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility"
3185+
description: "Deprecated: no longer in use."
31863186
type: "boolean"
31873187
enabled:
31883188
description: "Deprecated: no longer in use."
31893189
type: "boolean"
31903190
global:
3191-
description: "Indicates if the platform should be created globally in the case of global operator (default true).\nDeprecated: Platform is auto generated by the operator install procedure - maintained for backward compatibility"
3191+
description: "Deprecated: no longer in use."
31923192
type: "boolean"
31933193
type: "object"
31943194
pod:
3195-
description: "The configuration of Pod trait"
3195+
description: "The configuration of Pod trait\nDeprecated: use init-containers instead."
31963196
properties:
31973197
configuration:
31983198
description: "Legacy trait configuration parameters.\nDeprecated: for backward compatibility."
@@ -3288,7 +3288,7 @@ spec:
32883288
type: "boolean"
32893289
type: "object"
32903290
route:
3291-
description: "The configuration of Route trait"
3291+
description: "The configuration of Route trait\nDeprecated: use ingress instead."
32923292
properties:
32933293
annotations:
32943294
additionalProperties:
@@ -3424,7 +3424,7 @@ spec:
34243424
type: "array"
34253425
type: "object"
34263426
strimzi:
3427-
description: "Deprecated: for backward compatibility."
3427+
description: "Deprecated: no longer in use."
34283428
properties:
34293429
configuration:
34303430
description: "TraitConfiguration parameters configuration"
@@ -3479,7 +3479,7 @@ spec:
34793479
type: "array"
34803480
type: "object"
34813481
tracing:
3482-
description: "Deprecated: for backward compatibility."
3482+
description: "Deprecated: no longer in use."
34833483
properties:
34843484
configuration:
34853485
description: "TraitConfiguration parameters configuration"

0 commit comments

Comments
 (0)