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 committed Aug 30, 2024
1 parent baa882e commit 0c9a344
Show file tree
Hide file tree
Showing 284 changed files with 14,537 additions and 6,381 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2586,8 +2586,6 @@ spec:
required:
- "volumeSnapshotClassName"
type: "object"
required:
- "pgbackrest"
type: "object"
config:
properties:
Expand Down Expand Up @@ -10166,7 +10164,6 @@ spec:
- "name"
x-kubernetes-list-type: "map"
required:
- "backups"
- "instances"
- "postgresVersion"
type: "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,15 @@ spec:
baseImage:
description: "base image used by the kit (could be another IntegrationKit)"
type: "string"
catalog:
description: "the catalog used to build/operate the IntegrationKit."
properties:
provider:
description: "RuntimeProvider is the provider chosen for the runtime."
type: "string"
version:
type: "string"
type: "object"
conditions:
description: "a list of conditions which happened for the events related the kit"
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,9 @@ spec:
host:
description: "To configure the host exposed by the ingress."
type: "string"
ingressClassName:
description: "The Ingress class name as defined by the Ingress spec\nSee https://kubernetes.io/docs/concepts/services-networking/ingress/"
type: "string"
path:
description: "To configure the path exposed by the ingress (default `/`)."
type: "string"
Expand Down Expand Up @@ -2453,6 +2456,9 @@ spec:
host:
description: "To configure the host exposed by the ingress."
type: "string"
ingressClassName:
description: "The Ingress class name as defined by the Ingress spec\nSee https://kubernetes.io/docs/concepts/services-networking/ingress/"
type: "string"
path:
description: "To configure the path exposed by the ingress (default `/`)."
type: "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,9 @@ spec:
host:
description: "To configure the host exposed by the ingress."
type: "string"
ingressClassName:
description: "The Ingress class name as defined by the Ingress spec\nSee https://kubernetes.io/docs/concepts/services-networking/ingress/"
type: "string"
path:
description: "To configure the path exposed by the ingress (default `/`)."
type: "string"
Expand Down Expand Up @@ -2262,6 +2265,9 @@ spec:
host:
description: "To configure the host exposed by the ingress."
type: "string"
ingressClassName:
description: "The Ingress class name as defined by the Ingress spec\nSee https://kubernetes.io/docs/concepts/services-networking/ingress/"
type: "string"
path:
description: "To configure the path exposed by the ingress (default `/`)."
type: "string"
Expand Down
16 changes: 16 additions & 0 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
jsonPath: ".status.runtimeVersion"
name: "Runtime Version"
type: "string"
- description: "The catalog version"
jsonPath: ".status.catalog.version"
name: "Catalog Version"
type: "string"
- description: "The integration kit"
jsonPath: ".status.integrationKit.name"
name: "Kit"
Expand Down Expand Up @@ -4418,6 +4422,9 @@ spec:
host:
description: "To configure the host exposed by the ingress."
type: "string"
ingressClassName:
description: "The Ingress class name as defined by the Ingress spec\nSee https://kubernetes.io/docs/concepts/services-networking/ingress/"
type: "string"
path:
description: "To configure the path exposed by the ingress (default `/`)."
type: "string"
Expand Down Expand Up @@ -5095,6 +5102,15 @@ spec:
items:
type: "string"
type: "array"
catalog:
description: "the catalog used to build/operate the Integration."
properties:
provider:
description: "RuntimeProvider is the provider chosen for the runtime."
type: "string"
version:
type: "string"
type: "object"
conditions:
description: "a list of events happened for the Integration"
items:
Expand Down
16 changes: 14 additions & 2 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/kamelets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,22 @@ spec:
scope: "Namespaced"
versions:
- additionalPrinterColumns:
- description: "The Kamelet phase"
jsonPath: ".status.phase"
- description: "The Kamelet type"
jsonPath: ".metadata.labels.camel\\.apache\\.org\\/kamelet\\.type"
name: "Type"
type: "string"
- description: "The Kamelet provider"
jsonPath: ".metadata.annotations.camel\\.apache\\.org\\/provider"
name: "Provider"
type: "string"
- description: "The Kamelet bundled"
jsonPath: ".metadata.labels.camel\\.apache\\.org\\/kamelet\\.bundled"
name: "Bundled"
type: "string"
- description: "The Camel compatible version"
jsonPath: ".metadata.annotations.camel\\.apache\\.org\\/catalog\\.version"
name: "Camel Version"
type: "string"
name: "v1"
schema:
openAPIV3Schema:
Expand Down
3 changes: 3 additions & 0 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/pipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4409,6 +4409,9 @@ spec:
host:
description: "To configure the host exposed by the ingress."
type: "string"
ingressClassName:
description: "The Ingress class name as defined by the Ingress spec\nSee https://kubernetes.io/docs/concepts/services-networking/ingress/"
type: "string"
path:
description: "To configure the path exposed by the ingress (default `/`)."
type: "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4411,6 +4411,9 @@ spec:
host:
description: "To configure the host exposed by the ingress."
type: "string"
ingressClassName:
description: "The Ingress class name as defined by the Ingress spec\nSee https://kubernetes.io/docs/concepts/services-networking/ingress/"
type: "string"
path:
description: "To configure the path exposed by the ingress (default `/`)."
type: "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6890,6 +6890,12 @@ spec:
- "Required"
- "Optional"
type: "string"
shortName:
description: "Reference to the short name of the Component object."
enum:
- "Required"
- "Optional"
type: "string"
type: "object"
configMapKeyRef:
description: "Selects a key of a ConfigMap."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ spec:
names:
categories:
- "kubeblocks"
- "all"
kind: "OpsDefinition"
listKind: "OpsDefinitionList"
plural: "opsdefinitions"
Expand Down
Loading

0 comments on commit 0c9a344

Please sign in to comment.