Skip to content

Commit

Permalink
Set the CSV category to OpenShift Optional
Browse files Browse the repository at this point in the history
Based on https://github.com/operator-framework/operator-courier/blob/master/operatorcourier/validate.py#L580 the following categories are valid:
- "AI/Machine Learning",
- "Application Runtime",
- "Big Data",
- "Cloud Provider",
- "Developer Tools",
- "Database",
- "Integration & Delivery",
- "Logging & Tracing",
- "Monitoring",
- "Networking",
- "OpenShift Optional",
- "Security",
- "Storage",
- "Streaming & Messaging"

"OpenShift Optional" is the closest valid category for the descheduler.
  • Loading branch information
ingvagabund committed Feb 26, 2020
1 parent 7912365 commit 679a0fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
repository: https://github.com/openshift/cluster-kube-descheduler-operator
support: Red Hat, Inc.
capabilities: Basic Install
categories: Scheduling
categories: OpenShift Optional
spec:
customresourcedefinitions:
owned:
Expand Down

0 comments on commit 679a0fb

Please sign in to comment.