Skip to content

Commit

Permalink
vendor in 1.23.5 CDI to hand golden namespace use case
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Henriksen <[email protected]>
  • Loading branch information
mhenriks committed Sep 27, 2020
1 parent a4eaeec commit b39d7e5
Show file tree
Hide file tree
Showing 289 changed files with 34,028 additions and 21,884 deletions.
29 changes: 29 additions & 0 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -10798,6 +10798,9 @@
},
"upload": {
"$ref": "#/definitions/v1alpha1.DataVolumeSourceUpload"
},
"vddk": {
"$ref": "#/definitions/v1alpha1.DataVolumeSourceVDDK"
}
}
},
Expand Down Expand Up @@ -10908,6 +10911,32 @@
"description": "DataVolumeSourceUpload provides the parameters to create a Data Volume by uploading the source",
"type": "object"
},
"v1alpha1.DataVolumeSourceVDDK": {
"description": "DataVolumeSourceVDDK provides the parameters to create a Data Volume from a Vmware source",
"type": "object",
"properties": {
"backingFile": {
"description": "BackingFile is the path to the virtual hard disk to migrate from vCenter/ESXi",
"type": "string"
},
"secretRef": {
"description": "SecretRef provides a reference to a secret containing the username and password needed to access the vCenter or ESXi host",
"type": "string"
},
"thumbprint": {
"description": "Thumbprint is the certificate thumbprint of the vCenter or ESXi host",
"type": "string"
},
"url": {
"description": "URL is the URL of the vCenter or ESXi host with the VM to migrate",
"type": "string"
},
"uuid": {
"description": "UUID is the UUID of the virtual machine that the backing file is attached to in vCenter/ESXi",
"type": "string"
}
}
},
"v1alpha1.DataVolumeSpec": {
"description": "DataVolumeSpec defines the DataVolume type specification",
"type": "object",
Expand Down
33 changes: 17 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ require (
github.com/emicklei/go-restful-openapi v1.2.0
github.com/evanphx/json-patch v4.5.0+incompatible
github.com/fatih/color v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/fsnotify/fsnotify v1.4.9
github.com/ghodss/yaml v1.0.0
github.com/go-kit/kit v0.9.0
github.com/go-openapi/errors v0.19.2
github.com/go-openapi/spec v0.19.3
github.com/go-openapi/strfmt v0.19.0
github.com/go-openapi/validate v0.19.2
github.com/gogo/protobuf v1.3.0
github.com/gogo/protobuf v1.3.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.4.2
Expand All @@ -31,11 +31,9 @@ require (
github.com/google/goterm v0.0.0-20190311235235-ce302be1d114 // indirect
github.com/gophercloud/gophercloud v0.4.0 // indirect
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/k8snetworkplumbingwg/network-attachment-definition-client v0.0.0-20191119172530-79f836b90111
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
github.com/kubernetes-csi/external-snapshotter/v2 v2.1.1
github.com/mattn/go-runewidth v0.0.0-20181218000649-703b5e6b11ae // indirect
github.com/mfranczy/crd-rest-coverage v0.1.0
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed
Expand All @@ -48,28 +46,30 @@ require (
github.com/operator-framework/operator-lifecycle-manager v0.0.0-20190725173916-b56e63a643cc
github.com/operator-framework/operator-marketplace v0.0.0-20190617165322-1cbd32624349
github.com/pborman/uuid v1.2.0
github.com/prometheus/client_golang v1.1.0
github.com/spf13/cobra v0.0.5
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_model v0.2.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/subgraph/libmacouflage v0.0.1
github.com/vishvananda/netlink v1.1.1-0.20200914145417-7484f55b2263
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sys v0.0.0-20200915050820-6d893a6b696e
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/ini.v1 v1.48.0
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.18.2
k8s.io/apiextensions-apiserver v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/api v0.19.0-rc.2
k8s.io/apiextensions-apiserver v0.19.0-rc.2
k8s.io/apimachinery v0.19.0-rc.2
k8s.io/client-go v12.0.0+incompatible
k8s.io/kube-aggregator v0.16.4
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
k8s.io/utils v0.0.0-20190801114015-581e00157fb1
k8s.io/kube-aggregator v0.19.0-rc.2
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
k8s.io/utils v0.0.0-20200720150651-0bdb4ca86cbc
kubevirt.io/client-go v0.0.0-00010101000000-000000000000
kubevirt.io/containerized-data-importer v1.21.0
kubevirt.io/containerized-data-importer v1.23.5
kubevirt.io/qe-tools v0.1.6
libvirt.org/libvirt-go v6.5.0+incompatible
)
Expand All @@ -78,6 +78,7 @@ replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v11.0.0+incompatible
github.com/go-kit/kit => github.com/go-kit/kit v0.3.0
github.com/golang/glog => ./staging/src/github.com/golang/glog
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.3.1
github.com/openshift/api => github.com/openshift/api v0.0.0-20191219222812-2987a591a72c
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20191125132246-f6563a70e19a
github.com/operator-framework/operator-lifecycle-manager => github.com/operator-framework/operator-lifecycle-manager v0.0.0-20190128024246-5eb7ae5bdb7a
Expand Down Expand Up @@ -111,7 +112,7 @@ replace (

kubevirt.io/client-go => ./staging/src/kubevirt.io/client-go

kubevirt.io/containerized-data-importer => kubevirt.io/containerized-data-importer v1.21.0
kubevirt.io/containerized-data-importer => kubevirt.io/containerized-data-importer v1.23.5
)

go 1.13
Loading

0 comments on commit b39d7e5

Please sign in to comment.