forked from kubernetes-retired/federation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
238 lines (237 loc) · 5.74 KB
/
glide.yaml
File metadata and controls
238 lines (237 loc) · 5.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
package: k8s.io/federation
import:
- package: cloud.google.com/go
subpackages:
- compute/metadata
- package: github.com/aws/aws-sdk-go
subpackages:
- aws
- aws/request
- aws/session
- service/route53
- package: github.com/coreos/etcd
subpackages:
- client
- clientv3
- etcdserver
- etcdserver/etcdserverpb
- etcdserver/membership
- mvcc/backend
- mvcc/mvccpb
- pkg/pbutil
- pkg/transport
- pkg/types
- raft/raftpb
- snap
- store
- wal
- wal/walpb
- package: github.com/coreos/go-semver
subpackages:
- semver
- package: github.com/davecgh/go-spew
subpackages:
- spew
- package: github.com/go-openapi/spec
- package: github.com/gogo/protobuf
subpackages:
- proto
- package: github.com/golang/glog
- package: github.com/miekg/coredns
subpackages:
- middleware/etcd/msg
- package: github.com/onsi/ginkgo
- package: github.com/onsi/gomega
- package: github.com/pborman/uuid
- package: github.com/prometheus/client_golang
subpackages:
- prometheus
- package: github.com/prometheus/common
subpackages:
- expfmt
- package: github.com/spf13/cobra
subpackages:
- doc
- package: github.com/spf13/pflag
- package: github.com/stretchr/testify
subpackages:
- assert
- require
- package: golang.org/x/net
subpackages:
- context
- package: golang.org/x/oauth2
subpackages:
- google
- package: google.golang.org/api
subpackages:
- compute/v1
- dns/v1
- googleapi
- package: gopkg.in/gcfg.v1
- package: gopkg.in/yaml.v2
- package: k8s.io/api
# FIXME(marun) This is HEAD of this repo as of this commit.
# Shouldn't be necessary to hard-code, but the staging repos are
# referring to the wrong sha in their Godeps.
version: 218912509d74a117d05a718bb926d0948e531c20
subpackages:
- apps/v1beta2
- autoscaling/v1
- batch/v1
- core/v1
- extensions/v1beta1
- package: k8s.io/apimachinery
subpackages:
- pkg/api/errors
- pkg/api/meta
- pkg/api/resource
- pkg/apimachinery/announced
- pkg/apimachinery/registered
- pkg/apis/meta/internalversion
- pkg/apis/meta/v1
- pkg/conversion
- pkg/fields
- pkg/labels
- pkg/runtime
- pkg/runtime/schema
- pkg/runtime/serializer
- pkg/selection
- pkg/types
- pkg/util/errors
- pkg/util/intstr
- pkg/util/net
- pkg/util/rand
- pkg/util/runtime
- pkg/util/sets
- pkg/util/uuid
- pkg/util/validation
- pkg/util/validation/field
- pkg/util/wait
- pkg/util/yaml
- pkg/watch
- package: k8s.io/apiserver
subpackages:
- pkg/admission
- pkg/endpoints/request
- pkg/registry/generic
- pkg/registry/generic/registry
- pkg/registry/rest
- pkg/server
- pkg/server/filters
- pkg/server/healthz
- pkg/server/options
- pkg/server/storage
- pkg/storage
- pkg/storage/names
- pkg/storage/storagebackend
- pkg/util/flag
- pkg/util/logs
- pkg/util/webhook
- package: k8s.io/client-go
subpackages:
- discovery
- discovery/fake
- dynamic
- informers
- kubernetes
- listers/core/v1
- rest
- testing
- tools/cache
- tools/clientcmd
- tools/clientcmd/api
- tools/leaderelection
- tools/leaderelection/resourcelock
- tools/record
- util/cert
- util/cert/triple
- util/flowcontrol
- util/workqueue
- package: k8s.io/kube-openapi
subpackages:
- pkg/common
- package: k8s.io/kubernetes
version: 4aee60804874a7cd2533425ac81bc9ecbda5a38b
subpackages:
- cmd/genutils
- cmd/kubeadm/app/util/kubeconfig
- pkg/api
- pkg/api/install
- pkg/api/ref
- pkg/api/v1
- pkg/api/validation
- pkg/apis/autoscaling
- pkg/apis/autoscaling/install
- pkg/apis/batch
- pkg/apis/batch/install
- pkg/apis/componentconfig
- pkg/apis/extensions
- pkg/apis/extensions/install
- pkg/apis/rbac
- pkg/apis/rbac/v1
- pkg/apis/rbac/v1alpha1
- pkg/apis/rbac/v1beta1
- pkg/client/clientset_generated/internalclientset
- pkg/client/informers/informers_generated/internalversion
- pkg/client/leaderelectionconfig
- pkg/client/metrics/prometheus
- pkg/cloudprovider
- pkg/cloudprovider/providers
- pkg/cloudprovider/providers/gce
- pkg/controller
- pkg/controller/deployment/util
- pkg/controller/namespace/deletion
- pkg/features
- pkg/generated/openapi
- pkg/kubeapiserver
- pkg/kubeapiserver/admission
- pkg/kubeapiserver/options
- pkg/kubeapiserver/server
- pkg/kubectl
- pkg/kubectl/cmd
- pkg/kubectl/cmd/templates
- pkg/kubectl/cmd/util
- pkg/kubectl/resource
- pkg/kubectl/util/i18n
- pkg/kubectl/util/logs
- pkg/kubelet/apis
- pkg/master
- pkg/quota/install
- pkg/registry/autoscaling/horizontalpodautoscaler/storage
- pkg/registry/batch/job/storage
- pkg/registry/cachesize
- pkg/registry/core/configmap/storage
- pkg/registry/core/event/storage
- pkg/registry/core/namespace/storage
- pkg/registry/core/secret/storage
- pkg/registry/core/service/storage
- pkg/registry/extensions/daemonset/storage
- pkg/registry/extensions/deployment/storage
- pkg/registry/extensions/ingress/storage
- pkg/registry/extensions/replicaset/storage
- pkg/routes
- pkg/util/configz
- pkg/util/reflector/prometheus
- pkg/util/workqueue/prometheus
- pkg/version
- pkg/version/prometheus
- pkg/version/verflag
- plugin/pkg/admission/admit
- plugin/pkg/admission/deny
- plugin/pkg/admission/gc
- test/e2e/chaosmonkey
- test/e2e/common
- test/e2e/framework
- test/e2e_node/services
- test/integration/framework
- test/utils/image
- third_party/forked/etcd221/wal
# The versions of the following dependencies need to correspond to the
# versions used by the pinned version of k8s.io/kubernetes
- package: github.com/jteeuwen/go-bindata
version: a0ff2567cfb70903282db057e799fd826784d41d
- package: k8s.io/code-generator
version: 961bc077103364eb5bda2c40e2b560d068c9a8c6
- package: k8s.io/gengo
version: 70ad626ed2d7a483d89d2c4c56364d60b48ee8fc