Skip to content

Commit

Permalink
Vendor in CDI 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <[email protected]>
  • Loading branch information
awels committed Oct 19, 2018
1 parent f9579c6 commit 44ba7e2
Show file tree
Hide file tree
Showing 67 changed files with 1,430 additions and 407 deletions.
4 changes: 4 additions & 0 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5225,6 +5225,9 @@
},
"s3": {
"$ref": "#/definitions/v1alpha1.DataVolumeSourceS3"
},
"upload": {
"$ref": "#/definitions/v1alpha1.DataVolumeSourceUpload"
}
}
},
Expand Down Expand Up @@ -5258,6 +5261,7 @@
}
}
},
"v1alpha1.DataVolumeSourceUpload": {},
"v1alpha1.DataVolumeSpec": {
"required": [
"source",
Expand Down
18 changes: 9 additions & 9 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import:
- proto
- package: kubevirt.io/containerized-data-importer
repo: https://github.com/kubevirt/containerized-data-importer.git
version: v1.2.0-alpha.2
version: v1.3.0
testImport:
- package: github.com/elazarl/goproxy
version: 07b16b6e30fcac0ad8c0435548e743bcf2ca7e92
Expand Down
103 changes: 0 additions & 103 deletions manifests/testing/cdi-v1.1.1.yaml.in

This file was deleted.

Loading

0 comments on commit 44ba7e2

Please sign in to comment.