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

Better proposed APIs desc #2266

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
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ spec:
minKubeVersion: 1.23.0
customresourcedefinitions:
owned:
- description: Represents an installation of a particular version of Knative Serving
- description: A platform for streamlined application deployment, traffic-based auto-scaling from zero to N, and traffic-split rollouts
displayName: Knative Serving
kind: KnativeServing
name: knativeservings.operator.knative.dev
Expand All @@ -205,7 +205,7 @@ spec:
x-descriptors:
- "urn:alm:descriptor:io.kubernetes.conditions"
version: v1beta1
- description: Represents an installation of a particular version of Knative Eventing
- description: An event-driven application platform that leverages CloudEvents with a simple HTTP interface
displayName: Knative Eventing
kind: KnativeEventing
name: knativeeventings.operator.knative.dev
Expand All @@ -214,7 +214,7 @@ spec:
displayName: Version
path: version
version: v1beta1
- description: Represents an installation of a particular version of Knative Kafka components
- description: An extension to Knative Eventing, merging HTTP accessibility with Apache Kafka's proven efficiency and reliability
displayName: Knative Kafka
kind: KnativeKafka
name: knativekafkas.operator.serverless.openshift.io
Expand Down
6 changes: 3 additions & 3 deletions templates/csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ spec:

customresourcedefinitions:
owned:
- description: Represents an installation of a particular version of Knative Serving
- description: A platform for streamlined application deployment, traffic-based auto-scaling from zero to N, and traffic-split rollouts
displayName: Knative Serving
kind: KnativeServing
name: knativeservings.operator.knative.dev
Expand All @@ -207,7 +207,7 @@ spec:
x-descriptors:
- "urn:alm:descriptor:io.kubernetes.conditions"
version: v1beta1
- description: Represents an installation of a particular version of Knative Eventing
- description: An event-driven application platform that leverages CloudEvents with a simple HTTP interface
displayName: Knative Eventing
kind: KnativeEventing
name: knativeeventings.operator.knative.dev
Expand All @@ -216,7 +216,7 @@ spec:
displayName: Version
path: version
version: v1beta1
- description: Represents an installation of a particular version of Knative Kafka components
- description: An extension to Knative Eventing, merging HTTP accessibility with Apache Kafka's proven efficiency and reliability
displayName: Knative Kafka
kind: KnativeKafka
name: knativekafkas.operator.serverless.openshift.io
Expand Down
Loading