Skip to content

Commit

Permalink
Update upstream specifications to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss authored Aug 16, 2024
1 parent 7af5429 commit 2f82667
Show file tree
Hide file tree
Showing 170 changed files with 6,498 additions and 5,846 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ spec:
- "type"
type: "object"
type: "array"
domainOwners:
description: "DomainOwners is a list of all the owners working against the root domain of this record"
items:
type: "string"
type: "array"
endpoints:
description: "endpoints are the last endpoints that were successfully published by the provider\n\n\nProvides a simple mechanism to store the current provider records in order to\ndelete any that are no longer present in DNSRecordSpec.Endpoints\n\n\nNote: This will not be required if/when we switch to using external-dns since when\nrunning with a \"sync\" policy it will clean up unused records automatically."
items:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ spec:
description: "If specified, this name will be added to tls-authenticate-client list by the operator"
type: "string"
type: "object"
paused:
description: "Paused flag is used to pause the reconciliation for the AerospikeCluster."
type: "boolean"
podSpec:
description: "Specify additional configuration for the Aerospike pods"
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ spec:
description: "Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`)"
type: "boolean"
vars:
description: "A list of environment variables to be added to the integration container.\nThe syntax is KEY=VALUE, e.g., `MY_VAR=\"my value\"`.\nThese take precedence over the previously defined environment variables."
description: "A list of environment variables to be added to the integration container.\nThe syntax is either VAR=VALUE or VAR=[configmap|secret]:name/key, where name represents the resource name,\nand key represents the resource key to be mapped as and environment variable.\nThese take precedence over any previously defined environment variables."
items:
type: "string"
type: "array"
Expand Down Expand Up @@ -1229,7 +1229,7 @@ spec:
type: "string"
type: "array"
scanKameletsImplicitLabelSecrets:
description: "Deprecated: include your properties in an explicit property file backed by a secret.\nLet the operator to scan for secret labeled with `camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.\nThese secrets are mounted to the application and treated as plain properties file with their key/value list\n(ie .spec.data[\"camel.my-property\"] = my-value) (default `true`)."
description: "Deprecated: no longer available since version 2.5."
type: "boolean"
volumes:
description: "A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]"
Expand Down Expand Up @@ -2297,7 +2297,7 @@ spec:
description: "Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`)"
type: "boolean"
vars:
description: "A list of environment variables to be added to the integration container.\nThe syntax is KEY=VALUE, e.g., `MY_VAR=\"my value\"`.\nThese take precedence over the previously defined environment variables."
description: "A list of environment variables to be added to the integration container.\nThe syntax is either VAR=VALUE or VAR=[configmap|secret]:name/key, where name represents the resource name,\nand key represents the resource key to be mapped as and environment variable.\nThese take precedence over any previously defined environment variables."
items:
type: "string"
type: "array"
Expand Down Expand Up @@ -2785,7 +2785,7 @@ spec:
type: "string"
type: "array"
scanKameletsImplicitLabelSecrets:
description: "Deprecated: include your properties in an explicit property file backed by a secret.\nLet the operator to scan for secret labeled with `camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.\nThese secrets are mounted to the application and treated as plain properties file with their key/value list\n(ie .spec.data[\"camel.my-property\"] = my-value) (default `true`)."
description: "Deprecated: no longer available since version 2.5."
type: "boolean"
volumes:
description: "A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ spec:
description: "Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`)"
type: "boolean"
vars:
description: "A list of environment variables to be added to the integration container.\nThe syntax is KEY=VALUE, e.g., `MY_VAR=\"my value\"`.\nThese take precedence over the previously defined environment variables."
description: "A list of environment variables to be added to the integration container.\nThe syntax is either VAR=VALUE or VAR=[configmap|secret]:name/key, where name represents the resource name,\nand key represents the resource key to be mapped as and environment variable.\nThese take precedence over any previously defined environment variables."
items:
type: "string"
type: "array"
Expand Down Expand Up @@ -1130,7 +1130,7 @@ spec:
type: "string"
type: "array"
scanKameletsImplicitLabelSecrets:
description: "Deprecated: include your properties in an explicit property file backed by a secret.\nLet the operator to scan for secret labeled with `camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.\nThese secrets are mounted to the application and treated as plain properties file with their key/value list\n(ie .spec.data[\"camel.my-property\"] = my-value) (default `true`)."
description: "Deprecated: no longer available since version 2.5."
type: "boolean"
volumes:
description: "A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]"
Expand Down Expand Up @@ -2106,7 +2106,7 @@ spec:
description: "Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`)"
type: "boolean"
vars:
description: "A list of environment variables to be added to the integration container.\nThe syntax is KEY=VALUE, e.g., `MY_VAR=\"my value\"`.\nThese take precedence over the previously defined environment variables."
description: "A list of environment variables to be added to the integration container.\nThe syntax is either VAR=VALUE or VAR=[configmap|secret]:name/key, where name represents the resource name,\nand key represents the resource key to be mapped as and environment variable.\nThese take precedence over any previously defined environment variables."
items:
type: "string"
type: "array"
Expand Down Expand Up @@ -2594,7 +2594,7 @@ spec:
type: "string"
type: "array"
scanKameletsImplicitLabelSecrets:
description: "Deprecated: include your properties in an explicit property file backed by a secret.\nLet the operator to scan for secret labeled with `camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.\nThese secrets are mounted to the application and treated as plain properties file with their key/value list\n(ie .spec.data[\"camel.my-property\"] = my-value) (default `true`)."
description: "Deprecated: no longer available since version 2.5."
type: "boolean"
volumes:
description: "A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4262,7 +4262,7 @@ spec:
description: "Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`)"
type: "boolean"
vars:
description: "A list of environment variables to be added to the integration container.\nThe syntax is KEY=VALUE, e.g., `MY_VAR=\"my value\"`.\nThese take precedence over the previously defined environment variables."
description: "A list of environment variables to be added to the integration container.\nThe syntax is either VAR=VALUE or VAR=[configmap|secret]:name/key, where name represents the resource name,\nand key represents the resource key to be mapped as and environment variable.\nThese take precedence over any previously defined environment variables."
items:
type: "string"
type: "array"
Expand Down Expand Up @@ -4750,7 +4750,7 @@ spec:
type: "string"
type: "array"
scanKameletsImplicitLabelSecrets:
description: "Deprecated: include your properties in an explicit property file backed by a secret.\nLet the operator to scan for secret labeled with `camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.\nThese secrets are mounted to the application and treated as plain properties file with their key/value list\n(ie .spec.data[\"camel.my-property\"] = my-value) (default `true`)."
description: "Deprecated: no longer available since version 2.5."
type: "boolean"
volumes:
description: "A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]"
Expand Down
4 changes: 2 additions & 2 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/pipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4253,7 +4253,7 @@ spec:
description: "Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`)"
type: "boolean"
vars:
description: "A list of environment variables to be added to the integration container.\nThe syntax is KEY=VALUE, e.g., `MY_VAR=\"my value\"`.\nThese take precedence over the previously defined environment variables."
description: "A list of environment variables to be added to the integration container.\nThe syntax is either VAR=VALUE or VAR=[configmap|secret]:name/key, where name represents the resource name,\nand key represents the resource key to be mapped as and environment variable.\nThese take precedence over any previously defined environment variables."
items:
type: "string"
type: "array"
Expand Down Expand Up @@ -4741,7 +4741,7 @@ spec:
type: "string"
type: "array"
scanKameletsImplicitLabelSecrets:
description: "Deprecated: include your properties in an explicit property file backed by a secret.\nLet the operator to scan for secret labeled with `camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.\nThese secrets are mounted to the application and treated as plain properties file with their key/value list\n(ie .spec.data[\"camel.my-property\"] = my-value) (default `true`)."
description: "Deprecated: no longer available since version 2.5."
type: "boolean"
volumes:
description: "A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4255,7 +4255,7 @@ spec:
description: "Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`)"
type: "boolean"
vars:
description: "A list of environment variables to be added to the integration container.\nThe syntax is KEY=VALUE, e.g., `MY_VAR=\"my value\"`.\nThese take precedence over the previously defined environment variables."
description: "A list of environment variables to be added to the integration container.\nThe syntax is either VAR=VALUE or VAR=[configmap|secret]:name/key, where name represents the resource name,\nand key represents the resource key to be mapped as and environment variable.\nThese take precedence over any previously defined environment variables."
items:
type: "string"
type: "array"
Expand Down Expand Up @@ -4743,7 +4743,7 @@ spec:
type: "string"
type: "array"
scanKameletsImplicitLabelSecrets:
description: "Deprecated: include your properties in an explicit property file backed by a secret.\nLet the operator to scan for secret labeled with `camel.apache.org/kamelet` and `camel.apache.org/kamelet.configuration`.\nThese secrets are mounted to the application and treated as plain properties file with their key/value list\n(ie .spec.data[\"camel.my-property\"] = my-value) (default `true`)."
description: "Deprecated: no longer available since version 2.5."
type: "boolean"
volumes:
description: "A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,16 @@ spec:
required:
- "secretName"
type: "object"
containerPort:
description: "Specifies the container port in the target pod.\nIf not specified, the first container and its first port will be used."
properties:
containerName:
description: "Specifies the name of container with the port."
type: "string"
portName:
description: "Specifies the port name."
type: "string"
type: "object"
fallbackRole:
description: "Specifies the fallback role to select one replica for backup, this only takes effect when the\n`strategy` field below is set to `Any`."
type: "string"
Expand Down Expand Up @@ -475,6 +485,16 @@ spec:
required:
- "secretName"
type: "object"
containerPort:
description: "Specifies the container port in the target pod.\nIf not specified, the first container and its first port will be used."
properties:
containerName:
description: "Specifies the name of container with the port."
type: "string"
portName:
description: "Specifies the port name."
type: "string"
type: "object"
name:
description: "Specifies a mandatory and unique identifier for each target when using the \"targets\" field.\nThe backup data for the current target is stored in a uniquely named subdirectory."
type: "string"
Expand Down Expand Up @@ -634,6 +654,16 @@ spec:
account:
description: "If `backupPolicy.componentDefs` is set, this field is required to specify the system account name.\nThis account must match one listed in `componentDefinition.spec.systemAccounts[*].name`.\nThe corresponding secret created by this account is used to connect to the database."
type: "string"
containerPort:
description: "Specifies the container port in the target pod.\nIf not specified, the first container and its first port will be used."
properties:
containerName:
description: "Specifies the name of container with the port."
type: "string"
portName:
description: "Specifies the port name."
type: "string"
type: "object"
fallbackRole:
description: "Specifies the fallback role to select one replica for backup, this only takes effect when the\n`strategy` field below is set to `Any`."
type: "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2254,6 +2254,9 @@ spec:
x-kubernetes-int-or-string: true
podUpdatePolicy:
description: "PodUpdatePolicy indicates how pods should be updated\n\n\n- `StrictInPlace` indicates that only allows in-place upgrades.\nAny attempt to modify other fields will be rejected.\n- `PreferInPlace` indicates that we will first attempt an in-place upgrade of the Pod.\nIf that fails, it will fall back to the ReCreate, where pod will be recreated.\nDefault value is \"PreferInPlace\""
enum:
- "StrictInPlace"
- "PreferInPlace"
type: "string"
replicas:
default: 1
Expand Down Expand Up @@ -7282,6 +7285,9 @@ spec:
x-kubernetes-int-or-string: true
podUpdatePolicy:
description: "PodUpdatePolicy indicates how pods should be updated\n\n\n- `StrictInPlace` indicates that only allows in-place upgrades.\nAny attempt to modify other fields will be rejected.\n- `PreferInPlace` indicates that we will first attempt an in-place upgrade of the Pod.\nIf that fails, it will fall back to the ReCreate, where pod will be recreated.\nDefault value is \"PreferInPlace\""
enum:
- "StrictInPlace"
- "PreferInPlace"
type: "string"
replicas:
default: 1
Expand Down
Loading

0 comments on commit 2f82667

Please sign in to comment.