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 #306

Merged
merged 1 commit into from
Aug 9, 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 69 additions & 57 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/builds.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
metadata:
annotations:
controller-gen.kubebuilder.io/version: "v0.6.1"
labels:
app: "camel-k"
controller-gen.kubebuilder.io/version: "v0.15.0"
name: "camelcatalogs.camel.apache.org"
spec:
group: "camel.apache.org"
Expand Down Expand Up @@ -43,10 +41,10 @@ spec:
description: "CamelCatalog represents the languages, components, data formats and capabilities enabled on a given runtime provider. The catalog may be statically generated."
properties:
apiVersion:
description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
description: "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
type: "string"
kind:
description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
description: "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
type: "string"
metadata:
type: "object"
Expand Down Expand Up @@ -328,7 +326,7 @@ spec:
type: "string"
capabilities:
additionalProperties:
description: "Capability is a particular feature which requires a well known set of dependencies and other properties which are specified in the runtime catalog."
description: "Capability is a particular feature which requires a well known set of dependencies and other properties\nwhich are specified in the runtime catalog."
properties:
buildTimeProperties:
description: "Set of required Camel build time properties"
Expand Down
52 changes: 25 additions & 27 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/integrationkits.yaml

Large diffs are not rendered by default.

552 changes: 282 additions & 270 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/integrationplatforms.yaml

Large diffs are not rendered by default.

540 changes: 276 additions & 264 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/integrationprofiles.yaml

Large diffs are not rendered by default.

1,369 changes: 703 additions & 666 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/integrations.yaml

Large diffs are not rendered by default.

42 changes: 20 additions & 22 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/kamelets.yaml

Large diffs are not rendered by default.

1,391 changes: 715 additions & 676 deletions crd-catalog/apache/camel-k/camel.apache.org/v1/pipes.yaml

Large diffs are not rendered by default.

1,425 changes: 732 additions & 693 deletions crd-catalog/apache/camel-k/camel.apache.org/v1alpha1/kameletbindings.yaml

Large diffs are not rendered by default.

40 changes: 19 additions & 21 deletions crd-catalog/apache/camel-k/camel.apache.org/v1alpha1/kamelets.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ spec:
type: "integer"
entryClass:
type: "string"
flinkStateSnapshotReference:
properties:
name:
type: "string"
namespace:
type: "string"
path:
type: "string"
type: "object"
initialSavepointPath:
type: "string"
jarURI:
Expand Down Expand Up @@ -10136,6 +10145,15 @@ spec:
type: "string"
updateTime:
type: "string"
upgradeSnapshotReference:
properties:
name:
type: "string"
namespace:
type: "string"
path:
type: "string"
type: "object"
type: "object"
lifecycleState:
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ spec:
type: "integer"
entryClass:
type: "string"
flinkStateSnapshotReference:
properties:
name:
type: "string"
namespace:
type: "string"
path:
type: "string"
type: "object"
initialSavepointPath:
type: "string"
jarURI:
Expand Down Expand Up @@ -198,6 +207,15 @@ spec:
type: "string"
updateTime:
type: "string"
upgradeSnapshotReference:
properties:
name:
type: "string"
namespace:
type: "string"
path:
type: "string"
type: "object"
type: "object"
lifecycleState:
enum:
Expand Down
Loading