Skip to content

Commit

Permalink
Improve ClusterServiceVersion schema
Browse files Browse the repository at this point in the history
Fixes #167
Add descriptions for kind, name, and version properties of APIResourceReference schema.
  • Loading branch information
TheRealJon committed Nov 2, 2021
1 parent 37561c9 commit 8818a44
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions crds/operators.coreos.com_clusterserviceversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,13 @@ spec:
- version
properties:
kind:
description: Kind of the referent
type: string
name:
description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource
type: string
version:
description: The API version of the referent
type: string
specDescriptors:
type: array
Expand Down Expand Up @@ -237,10 +240,13 @@ spec:
- version
properties:
kind:
description: Kind of the referent
type: string
name:
description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource
type: string
version:
description: The API version of the referent
type: string
specDescriptors:
type: array
Expand Down Expand Up @@ -349,12 +355,16 @@ spec:
- kind
- name
- version
properties:
properties:
kind:
description: Kind of the referent
type: string
name:
description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource
type: string
version:
description: API version of the referent
type: string
specDescriptors:
type: array
Expand Down Expand Up @@ -453,10 +463,13 @@ spec:
- version
properties:
kind:
description: Kind of the referent
type: string
name:
description: Name of the CustomResourceDefinition for the referent, or an empty string when the referent is not a custom resource
type: string
version:
description: The API version of the referent
type: string
specDescriptors:
type: array
Expand Down

0 comments on commit 8818a44

Please sign in to comment.