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 Feb 9, 2024
1 parent 27bb801 commit e6bad78
Show file tree
Hide file tree
Showing 159 changed files with 6,633 additions and 1,254 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ spec:
properties:
endpoint:
type: string
insecure:
type: boolean
tags:
additionalProperties:
type: string
Expand Down
48 changes: 42 additions & 6 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,20 @@ spec:
extension:
description: The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html.
items:
description: MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
description: MavenArtifact defines a GAV (Group:Artifact:Type:Version:Classifier) Maven artifact.
properties:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand Down Expand Up @@ -503,14 +509,20 @@ spec:
properties:
dependencies:
items:
description: MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
description: MavenArtifact defines a GAV (Group:Artifact:Type:Version:Classifier) Maven artifact.
properties:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand All @@ -527,14 +539,20 @@ spec:
dependencies:
description: list of dependencies needed to run the application
items:
description: MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
description: MavenArtifact defines a GAV (Group:Artifact:Type:Version:Classifier) Maven artifact.
properties:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand Down Expand Up @@ -954,14 +972,20 @@ spec:
extension:
description: The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html.
items:
description: MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
description: MavenArtifact defines a GAV (Group:Artifact:Type:Version:Classifier) Maven artifact.
properties:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand Down Expand Up @@ -1166,14 +1190,20 @@ spec:
properties:
dependencies:
items:
description: MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
description: MavenArtifact defines a GAV (Group:Artifact:Type:Version:Classifier) Maven artifact.
properties:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand All @@ -1190,14 +1220,20 @@ spec:
dependencies:
description: list of dependencies needed to run the application
items:
description: MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
description: MavenArtifact defines a GAV (Group:Artifact:Type:Version:Classifier) Maven artifact.
properties:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand Down
54 changes: 51 additions & 3 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/camelcatalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ spec:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
dataformats:
description: accepted data formats
items:
Expand All @@ -73,6 +76,9 @@ spec:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
exclusions:
description: provide a list of artifacts to exclude for this dependency
items:
Expand All @@ -92,6 +98,9 @@ spec:
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand Down Expand Up @@ -145,6 +154,9 @@ spec:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
exclusions:
description: provide a list of artifacts to exclude for this dependency
items:
Expand All @@ -164,6 +176,9 @@ spec:
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand Down Expand Up @@ -193,6 +208,9 @@ spec:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
exclusions:
description: provide a list of artifacts to exclude for this dependency
items:
Expand All @@ -212,6 +230,9 @@ spec:
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand All @@ -227,6 +248,9 @@ spec:
- passive
type: object
type: array
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand All @@ -243,17 +267,26 @@ spec:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
dependencies:
description: a list of additional dependencies required beside the base one
items:
description: MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
description: MavenArtifact defines a GAV (Group:Artifact:Type:Version:Classifier) Maven artifact.
properties:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand All @@ -275,6 +308,9 @@ spec:
type: string
description: the metadata of the loader
type: object
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand All @@ -296,14 +332,20 @@ spec:
properties:
dependencies:
items:
description: MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
description: MavenArtifact defines a GAV (Group:Artifact:Type:Version:Classifier) Maven artifact.
properties:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand All @@ -320,14 +362,20 @@ spec:
dependencies:
description: list of dependencies needed to run the application
items:
description: MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
description: MavenArtifact defines a GAV (Group:Artifact:Type:Version:Classifier) Maven artifact.
properties:
artifactId:
description: Maven Artifact
type: string
classifier:
description: Maven Classifier
type: string
groupId:
description: Maven Group
type: string
type:
description: Maven Type
type: string
version:
description: Maven Version
type: string
Expand Down
Loading

0 comments on commit e6bad78

Please sign in to comment.