Files
weave-scope/vendor
Tom Wilkie 99204e1ff7 Add k8s pod log control (#1298)
* Remove individually vendored k8s.io/kubernetes/pkg/<foo>

* Vendor the whole of vendor/k8s.io/kubernetes/pkg

* Add k8s pod log control

* Tag pods with host id and include them in the host topology as children.

* adding a basic test for kubernetes.Reporter.GetLogs
2016-04-21 13:48:50 +01:00
..
2016-03-23 15:41:37 +00:00
2016-04-21 13:48:50 +01:00
2016-03-17 15:05:04 +00:00

Managing Vendored Dependencies with gvt

These operations result in uncommitted changes to your branch; you will need to commit them as normal. Execute them in the root of your checkout.

Adding a New Dependency

~/scope$ gvt fetch example.com/organisation/module vendor/example.com/organisation/module

Updateing a Specific Dependancy

~/scope$ gvt update example.com/organisation/module vendor/example.com/organisation/module

Remove a Dependency

~/scope$ gvt delete example.com/organisation/module vendor/example.com/organisation/module