Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upstream specifications to their latest version #313

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ spec:
type: "object"
fromPostgresVersion:
description: "The major version of PostgreSQL before the upgrade."
maximum: 16.0
maximum: 17.0
minimum: 10.0
type: "integer"
image:
Expand Down Expand Up @@ -674,7 +674,7 @@ spec:
type: "string"
toPostgresVersion:
description: "The major version of PostgreSQL to be upgraded to."
maximum: 16.0
maximum: 17.0
minimum: 10.0
type: "integer"
tolerations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6961,7 +6961,7 @@ spec:
type: "string"
postgresVersion:
description: "The major version of PostgreSQL installed in the PostgreSQL image"
maximum: 16.0
maximum: 17.0
minimum: 10.0
type: "integer"
proxy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,9 @@ spec:
- "protocol"
type: "object"
type: "array"
priorityClassName:
description: "PriorityClassName is the name of the PriorityClass for the driver pod."
type: "string"
schedulerName:
description: "SchedulerName specifies the scheduler that will be used for scheduling"
type: "string"
Expand Down Expand Up @@ -4980,6 +4983,9 @@ spec:
- "protocol"
type: "object"
type: "array"
priorityClassName:
description: "PriorityClassName is the name of the PriorityClass for the executor pod."
type: "string"
schedulerName:
description: "SchedulerName specifies the scheduler that will be used for scheduling"
type: "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1985,6 +1985,9 @@ spec:
- "protocol"
type: "object"
type: "array"
priorityClassName:
description: "PriorityClassName is the name of the PriorityClass for the driver pod."
type: "string"
schedulerName:
description: "SchedulerName specifies the scheduler that will be used for scheduling"
type: "string"
Expand Down Expand Up @@ -4960,6 +4963,9 @@ spec:
- "protocol"
type: "object"
type: "array"
priorityClassName:
description: "PriorityClassName is the name of the PriorityClass for the executor pod."
type: "string"
schedulerName:
description: "SchedulerName specifies the scheduler that will be used for scheduling"
type: "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ spec:
minLength: 1
pattern: "^(?:[\\w\\-.~:\\/?#[\\]@!$&'()*+,;=]+)\\.(?:[\\w\\-.~:\\/?#[\\]@!$&'()*+,;=]+)$"
type: "string"
x-kubernetes-validations:
- message: "RootHost is immutable"
rule: "self == oldSelf"
required:
- "providerRef"
- "rootHost"
Expand Down Expand Up @@ -344,10 +347,6 @@ spec:
description: "QueuedAt is a time when DNS record was received for the reconciliation"
format: "date-time"
type: "string"
queuedFor:
description: "QueuedFor is a time when we expect a DNS record to be reconciled again"
format: "date-time"
type: "string"
validFor:
description: "ValidFor indicates duration since the last reconciliation we consider data in the record to be valid"
type: "string"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ spec:
- "knative-service"
type: "string"
useSSA:
description: "Use 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."
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."
type: "boolean"
type: "object"
deployment:
Expand Down Expand Up @@ -2286,7 +2286,7 @@ spec:
- "knative-service"
type: "string"
useSSA:
description: "Use 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."
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."
type: "boolean"
type: "object"
deployment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ spec:
- "knative-service"
type: "string"
useSSA:
description: "Use 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."
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."
type: "boolean"
type: "object"
deployment:
Expand Down Expand Up @@ -2085,7 +2085,7 @@ spec:
- "knative-service"
type: "string"
useSSA:
description: "Use 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."
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."
type: "boolean"
type: "object"
deployment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4213,7 +4213,7 @@ spec:
- "knative-service"
type: "string"
useSSA:
description: "Use 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."
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."
type: "boolean"
type: "object"
deployment:
Expand Down
2 changes: 1 addition & 1 deletion crd-catalog/apache/camel-k/camel.apache.org/v1/pipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4200,7 +4200,7 @@ spec:
- "knative-service"
type: "string"
useSSA:
description: "Use 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."
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."
type: "boolean"
type: "object"
deployment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4202,7 +4202,7 @@ spec:
- "knative-service"
type: "string"
useSSA:
description: "Use 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."
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."
type: "boolean"
type: "object"
deployment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
description: "ClusterTopologyComponent defines a Component within a ClusterTopology."
properties:
compDef:
description: "Specifies the name or prefix of the ComponentDefinition custom resource(CR) that\ndefines the Component's characteristics and behavior.\n\n\nWhen a prefix is used, the system selects the ComponentDefinition CR with the latest version that matches the prefix.\nThis approach allows:\n\n\n1. Precise selection by providing the exact name of a ComponentDefinition CR.\n2. Flexible and automatic selection of the most up-to-date ComponentDefinition CR by specifying a prefix.\n\n\nOnce set, this field cannot be updated."
description: "Specifies the exact name, name prefix, or regular expression pattern for matching the name of the ComponentDefinition\ncustom resource (CR) that defines the Component's characteristics and behavior.\n\n\nThe system selects the ComponentDefinition CR with the latest version that matches the pattern.\nThis approach allows:\n\n\n1. Precise selection by providing the exact name of a ComponentDefinition CR.\n2. Flexible and automatic selection of the most up-to-date ComponentDefinition CR\n\t by specifying a name prefix or regular expression pattern.\n\n\nOnce set, this field cannot be updated."
maxLength: 64
type: "string"
name:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ spec:
description: "Specifies Annotations to override or add for underlying Pods."
type: "object"
componentDef:
description: "References the name of a ComponentDefinition object.\nThe ComponentDefinition specifies the behavior and characteristics of the Component.\nIf both `componentDefRef` and `componentDef` are provided,\nthe `componentDef` will take precedence over `componentDefRef`."
description: "Specifies the exact name, name prefix, or regular expression pattern for matching the name of the ComponentDefinition\ncustom resource (CR) that defines the Component's characteristics and behavior.\n\n\nIf both `componentDefRef` and `componentDef` are provided,\nthe `componentDef` will take precedence over `componentDefRef`."
maxLength: 64
pattern: "^[a-z0-9]([a-z0-9\\.\\-]*[a-z0-9])?$"
type: "string"
Expand Down Expand Up @@ -5207,7 +5207,7 @@ spec:
description: "Specifies Annotations to override or add for underlying Pods."
type: "object"
componentDef:
description: "References the name of a ComponentDefinition object.\nThe ComponentDefinition specifies the behavior and characteristics of the Component.\nIf both `componentDefRef` and `componentDef` are provided,\nthe `componentDef` will take precedence over `componentDefRef`."
description: "Specifies the exact name, name prefix, or regular expression pattern for matching the name of the ComponentDefinition\ncustom resource (CR) that defines the Component's characteristics and behavior.\n\n\nIf both `componentDefRef` and `componentDef` are provided,\nthe `componentDef` will take precedence over `componentDefRef`."
maxLength: 64
pattern: "^[a-z0-9]([a-z0-9\\.\\-]*[a-z0-9])?$"
type: "string"
Expand Down Expand Up @@ -9385,7 +9385,7 @@ spec:
- "DedicatedNode"
type: "string"
terminationPolicy:
description: "Specifies the behavior when a Cluster is deleted.\nIt defines how resources, data, and backups associated with a Cluster are managed during termination.\nChoose a policy based on the desired level of resource cleanup and data preservation:\n\n\n- `DoNotTerminate`: Prevents deletion of the Cluster. This policy ensures that all resources remain intact.\n- `Halt`: Deletes Cluster resources like Pods and Services but retains Persistent Volume Claims (PVCs),\n allowing for data preservation while stopping other operations.\n- `Delete`: Extends the `Halt` policy by also removing PVCs, leading to a thorough cleanup while\n removing all persistent data.\n- `WipeOut`: An aggressive policy that deletes all Cluster resources, including volume snapshots and\n backups in external storage.\n This results in complete data removal and should be used cautiously, primarily in non-production environments\n to avoid irreversible data loss.\n\n\nWarning: Choosing an inappropriate termination policy can result in data loss.\nThe `WipeOut` policy is particularly risky in production environments due to its irreversible nature."
description: "Specifies the behavior when a Cluster is deleted.\nIt defines how resources, data, and backups associated with a Cluster are managed during termination.\nChoose a policy based on the desired level of resource cleanup and data preservation:\n\n\n- `DoNotTerminate`: Prevents deletion of the Cluster. This policy ensures that all resources remain intact.\n- `Halt`: Deletes Cluster resources like Pods and Services but retains Persistent Volume Claims (PVCs),\n allowing for data preservation while stopping other operations.\n Warning: Halt policy is deprecated in 0.9.1 and will have same meaning as DoNotTerminate.\n- `Delete`: Extends the `Halt` policy by also removing PVCs, leading to a thorough cleanup while\n removing all persistent data.\n- `WipeOut`: An aggressive policy that deletes all Cluster resources, including volume snapshots and\n backups in external storage.\n This results in complete data removal and should be used cautiously, primarily in non-production environments\n to avoid irreversible data loss.\n\n\nWarning: Choosing an inappropriate termination policy can result in data loss.\nThe `WipeOut` policy is particularly risky in production environments due to its irreversible nature."
enum:
- "DoNotTerminate"
- "Halt"
Expand Down
Loading