Skip to content

Commit

Permalink
Merge pull request operator-framework#417 from mvazquezc/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell authored Aug 13, 2018
2 parents f6f97d1 + c969dad commit 8de184c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ spec:
listKind: CatalogSourceList-v1
validation:
openAPIV3Schema:
type: object
description: Represents a subscription to a source and channel
required:
- spec
properties:
spec:
type: object
description: Represents a subscription to a source and channel
required:
- spec
type: object
description: Spec for a subscription
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ spec:
JSONPath: .metadata.creationTimestamp
validation:
openAPIV3Schema:
type: object
description: Represents a subscription to a source and channel
required:
- spec
properties:
spec:
type: object
description: Represents a subscription to a source and channel
required:
- spec
type: object
description: Spec for a catalog source.
required:
Expand Down
8 changes: 4 additions & 4 deletions deploy/chart/templates/05-catalogsource.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ spec:
JSONPath: .metadata.creationTimestamp
validation:
openAPIV3Schema:
type: object
description: Represents a subscription to a source and channel
required:
- spec
properties:
spec:
type: object
description: Represents a subscription to a source and channel
required:
- spec
type: object
description: Spec for a catalog source.
required:
Expand Down
8 changes: 4 additions & 4 deletions deploy/upstream/manifests/0.4.0/05-catalogsource.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ spec:
listKind: CatalogSourceList-v1
validation:
openAPIV3Schema:
type: object
description: Represents a subscription to a source and channel
required:
- spec
properties:
spec:
type: object
description: Represents a subscription to a source and channel
required:
- spec
type: object
description: Spec for a subscription
required:
Expand Down
8 changes: 4 additions & 4 deletions deploy/upstream/manifests/0.5.0/05-catalogsource.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ spec:
listKind: CatalogSourceList-v1
validation:
openAPIV3Schema:
type: object
description: Represents a subscription to a source and channel
required:
- spec
properties:
spec:
type: object
description: Represents a subscription to a source and channel
required:
- spec
type: object
description: Spec for a subscription
required:
Expand Down
8 changes: 4 additions & 4 deletions deploy/upstream/manifests/0.6.0/05-catalogsource.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ spec:
JSONPath: .metadata.creationTimestamp
validation:
openAPIV3Schema:
type: object
description: Represents a subscription to a source and channel
required:
- spec
properties:
spec:
type: object
description: Represents a subscription to a source and channel
required:
- spec
type: object
description: Spec for a catalog source.
required:
Expand Down

0 comments on commit 8de184c

Please sign in to comment.