-
Notifications
You must be signed in to change notification settings - Fork 551
Add short descriptions and maturity levels #63
Conversation
community-operators/automationbroker/automationbrokeroperator.v0.2.0.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
community-operators/etcd/etcdoperator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
|
/approve |
| apiVersion: operators.coreos.com/v1alpha1 | ||
| kind: ClusterServiceVersion | ||
| metadata: | ||
| description: etcd is a distributed key value store providing a reliable way to store data across a cluster of machines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this supposed to be moved to metadata.annotations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, fixed
awgreene
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
| description: Service Catalog lets you provision cloud services directly from the comfort of native Kubernetes tooling. This project is in incubation to bring integration with service brokers to the Kubernetes ecosystem via the Open Service Broker API. | ||
| version: 0.1.34 | ||
| keywords: ['catalog', 'service', 'svcat', 'osb', 'broker'] | ||
| maturity: Seamless Upgrades |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
svcat has been removed from this repo, so this change should be removed.
|
@dmesser If |
|
rebased |
| apiVersion: operators.coreos.com/v1alpha1 | ||
| kind: ClusterServiceVersion | ||
| metadata: | ||
| metadata: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Could the trailing whitespace be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
|
/lgtm |
- Reverts operator-framework#63 changes to values of spec.maturity in operator CSVs - Move operator maturity level to metadata.annotations.capabilities OLM's catalog-operator requires spec.maturity to have certain values as outlined here: spec.maturity in body should be one of [planning pre-alpha alpha beta stable mature inactive deprecated] This value isn't required to be set, but if the value isn't one of the expected values above the installPlan fails. /cc @dmesser @jeff-phillips-18
- Reverts operator-framework#63 changes to values of spec.maturity in operator CSVs - Move operator maturity level to metadata.annotations.capabilities - Update required-fields.md to include capabilities OLM's catalog-operator requires spec.maturity to have certain values as outlined here: spec.maturity in body should be one of [planning pre-alpha alpha beta stable mature inactive deprecated] This value isn't required to be set, but if the value isn't one of the expected values above the installPlan fails. /cc @dmesser @jeff-phillips-18
metadata.annotations.descriptionsspec.maturity