Skip to content

Commit

Permalink
fix ClusterServiceVersion CRD to allow any descriptor default value
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmerdler committed Oct 20, 2018
1 parent 086b705 commit da93349
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ spec:
items:
type: string
value:
# FIXME(alecmerdler): Doesn't allow boolean values
type: object
description: If present, the value of this status is the same for all instances of the API resource and can be found here instead of on the API resource.
specDescriptors:
type: array
Expand All @@ -288,7 +286,6 @@ spec:
items:
type: string
value:
type: object
description: If present, the value of this spec is the same for all instances of the API Resource and can be found here instead of on the API resource.
actionDescriptors:
type: array
Expand All @@ -315,7 +312,6 @@ spec:
items:
type: string
value:
type: object
description: If present, the value of this action is the same for all instances of the API resource and can be found here instead of on the API resource.
required:
type: array
Expand Down Expand Up @@ -375,7 +371,6 @@ spec:
items:
type: string
value:
type: object
description: If present, the value of this status is the same for all instances of the API Resource and can be found here instead of on the API Resource.

customresourcedefinitions:
Expand Down Expand Up @@ -451,7 +446,6 @@ spec:
items:
type: string
value:
type: object
description: If present, the value of this status is the same for all instances of the CRD and can be found here instead of on the CR.
specDescriptors:
type: array
Expand All @@ -478,7 +472,6 @@ spec:
items:
type: string
value:
type: object
description: If present, the value of this spec is the same for all instances of the CRD and can be found here instead of on the CR.
actionDescriptors:
type: array
Expand All @@ -505,7 +498,6 @@ spec:
items:
type: string
value:
type: object
description: If present, the value of this action is the same for all instances of the CRD and can be found here instead of on the CR.
required:
type: array
Expand Down Expand Up @@ -559,7 +551,6 @@ spec:
items:
type: string
value:
type: object
description: If present, the value of this status is the same for all instances of the CRD and can be found here instead of on the CR.


Expand Down

0 comments on commit da93349

Please sign in to comment.