Skip to content

Commit

Permalink
Merge pull request #167 from Kuadrant/address-operatorhub-issues
Browse files Browse the repository at this point in the history
Add description to owned customresources
  • Loading branch information
eguzki authored Oct 4, 2024
2 parents 4241531 + 29ad80f commit 3dead94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- kind: Limitador
- description: Limitador is the Schema for the limitadors API
displayName: Limitador
kind: Limitador
name: limitadors.limitador.kuadrant.io
version: v1alpha1
description: The Limitador operator installs and maintains limitador instances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ metadata:
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions: {}
customresourcedefinitions:
owned:
- description: Limitador is the Schema for the limitadors API
displayName: Limitador
kind: Limitador
name: limitadors.limitador.kuadrant.io
version: v1alpha1
description: The Limitador operator installs and maintains limitador instances
displayName: Limitador
icon:
Expand Down

0 comments on commit 3dead94

Please sign in to comment.