No description
  • Go 98.1%
  • Shell 1.6%
  • Makefile 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Samuel Ortiz 0c8079c9ad
Merge pull request #676 from containers/read_only_vc
virtcontainers: Switch the repository to read-only mode
2018-03-19 16:55:28 +01:00
.ci ci: Install missing dep tool 2018-01-09 02:41:59 -08:00
documentation docs: developers: Add some developer docs 2018-02-27 18:16:47 +00:00
hack/virtc qemu: honor DefaultVCPUs 2018-03-06 10:23:54 -06:00
hook/mock tests: Add option to panic mock hook 2017-07-20 16:15:59 +01:00
pkg oci: apply CPU share constraint 2018-03-12 11:10:06 -06:00
shim/mock shim: Add a Kata shim mock implementation 2018-01-06 12:24:06 +01:00
test/cni api: Increase unit test coverage with CNI network 2017-01-27 15:18:44 -08:00
utils utils: Make script install components locally 2018-03-05 15:35:05 +00:00
vendor vendor: update govmm 2018-03-06 13:09:51 -06:00
.gitignore gitignore: Add the test support files dir 2018-03-05 17:55:00 +00:00
.pullapprove.yml OWNERS: Add James O. D. Hunt 2017-09-25 14:47:25 +02:00
agent.go mount: Explicitely modify and store container mount list 2018-02-02 07:46:20 -08:00
agent_test.go proxy: Add proxyParams to proxy interface 2018-01-29 08:49:04 -08:00
api.go pod: Factorize network creation and removal into pod functions 2018-02-21 14:06:35 -08:00
api_test.go Merge pull request #660 from grahamwhaley/20180305_testfiles_local 2018-03-06 11:03:32 -08:00
asset.go asset: Extend asset support to firmware and hypervisor 2017-11-09 12:09:57 +01:00
asset_test.go pod: Select kernel and image assets from annotations 2017-11-09 10:35:00 +01:00
bridge.go qemu: add support for ARM 2018-02-19 11:02:47 -06:00
bridge_test.go qemu: add support for ARM 2018-02-19 11:02:47 -06:00
capabilities.go capabilities: Add a capabilities interface for hypervisor 2017-09-01 02:05:30 -07:00
capabilities_test.go capabilities: Add a capabilities interface for hypervisor 2017-09-01 02:05:30 -07:00
cc_proxy.go agent: Store URL and ProxyPid info from each implementation 2018-01-29 08:56:14 -08:00
cc_proxy_test.go proxy: Add proxyParams to proxy interface 2018-01-29 08:49:04 -08:00
cc_shim.go shim: Factorize the shim config structure between kata and CC 2018-01-06 12:24:06 +01:00
cc_shim_test.go shim: Factorize the shim config structure between kata and CC 2018-01-06 12:24:06 +01:00
cni.go network: define internetworking model at endpoint creation 2018-02-09 08:35:38 -06:00
cnm.go network: define internetworking model at endpoint creation 2018-02-09 08:35:38 -06:00
cnm_test.go network: Replace CNI Result structure with a larger one 2017-11-08 22:09:14 -08:00
CODE_OF_CONDUCT.md docs: Create CODE_OF_CONDUCT.md 2017-09-01 10:30:55 -07:00
container.go oci: apply CPU share constraint 2018-03-12 11:10:06 -06:00
container_test.go pod: hot add/remove vCPUs before starting containers 2018-03-05 10:52:41 -06:00
CONTRIBUTING.md .ci: Handle cases where backward compatibility is broken 2017-10-30 07:39:48 -07:00
device.go scsi: Add SCSI support for volumes as well 2018-02-22 15:18:06 -08:00
device_test.go test: Modify block device test to test for SCSI as well 2018-02-22 15:18:06 -08:00
doc.go doc: Add an initial overview and one example 2016-11-21 16:54:23 +01:00
error_package_moved.go virtcontainers: Switch the repository to read-only mode 2018-03-19 07:11:08 -07:00
errors.go errors: Introduce standard error for invalid pod resource. 2017-06-15 16:17:31 +01:00
example_pod_run_test.go qemu: honor DefaultVCPUs 2018-03-06 10:23:54 -06:00
filesystem.go filesystem: set correct access mode for pod dir tree 2018-03-02 13:52:34 +00:00
filesystem_test.go filesystem: set correct access mode for pod dir tree 2018-03-02 13:52:34 +00:00
Gopkg.lock vendor: update govmm 2018-03-06 13:09:51 -06:00
Gopkg.toml vendor: update govmm 2018-03-06 13:09:51 -06:00
hook.go logging: Use structured logging 2017-10-17 15:50:58 +01:00
hook_test.go tests: Increase unit test coverage for hook.go 2017-07-20 16:16:36 +01:00
hyperstart_agent.go Merge pull request #673 from amshinde/ignore-ipv6-gateway 2018-03-13 07:20:01 -07:00
hyperstart_agent_test.go agent: Cleanup agent initialization 2018-01-29 08:52:34 -08:00
hypervisor.go qemu: honor DefaultVCPUs 2018-03-06 10:23:54 -06:00
hypervisor_test.go pod: hot add/remove vCPUs before starting containers 2018-03-05 10:52:41 -06:00
implementation.go mock: update mock API 2017-10-25 11:46:52 -05:00
interfaces.go agent: Store URL and ProxyPid info from each implementation 2018-01-29 08:56:14 -08:00
kata_agent.go kata_agent: ipv6: Ignore routes that have ipv6 gateway 2018-03-12 14:29:14 -07:00
kata_agent_test.go kata-agent: add initial test for kata-agent networking 2018-02-27 09:55:36 -08:00
kata_proxy.go agent: Store URL and ProxyPid info from each implementation 2018-01-29 08:56:14 -08:00
kata_shim.go shim: Carry the info about terminal 2018-01-19 14:18:14 -08:00
kata_shim_test.go shim: Factorize the shim config structure between kata and CC 2018-01-06 12:24:06 +01:00
LICENSE Initial commit 2016-10-17 12:08:30 +02:00
Makefile build: Only clean files if they exist 2018-01-29 14:19:33 +00:00
mock_hypervisor.go hypervisor: remove getState function 2018-02-15 11:14:36 -06:00
mock_hypervisor_test.go pod: Improve pod create performances 2017-11-14 10:37:28 -08:00
mount.go scsi: Add support for scsi driver for hotplugging drives 2018-02-22 15:18:06 -08:00
mount_test.go scsi: Add support for scsi driver for hotplugging drives 2018-02-22 15:18:06 -08:00
network.go network: Fix lint errors 2018-03-01 13:25:30 +00:00
network_test.go test: network: add unit test 2018-02-09 08:35:38 -06:00
NEWS 1.0.8 release 2018-03-13 00:06:10 +01:00
no_proxy.go agent: Store URL and ProxyPid info from each implementation 2018-01-29 08:56:14 -08:00
no_proxy_test.go agent: Store URL and ProxyPid info from each implementation 2018-01-29 08:56:14 -08:00
noop_agent.go mount: Explicitely modify and store container mount list 2018-02-02 07:46:20 -08:00
noop_agent_test.go mount: Explicitely modify and store container mount list 2018-02-02 07:46:20 -08:00
noop_network.go network: Determine if netns was provided or created 2017-06-07 07:16:29 -07:00
noop_proxy.go agent: Store URL and ProxyPid info from each implementation 2018-01-29 08:56:14 -08:00
noop_shim.go api: Update the container status when retrieving its status 2017-08-01 09:48:07 -07:00
noop_shim_test.go api: Update the container status when retrieving its status 2017-08-01 09:48:07 -07:00
nsenter.go virtcontainers: Initial commit 2016-10-17 17:03:28 +02:00
nsenter_test.go unit: Log errors when they're not nil 2016-12-07 16:22:49 +01:00
OWNERS OWNERS: Add James O. D. Hunt 2017-09-25 14:47:25 +02:00
pod.go qemu: honor DefaultVCPUs 2018-03-06 10:23:54 -06:00
pod_test.go container: Remove the container from pod structure on deletion 2018-02-21 13:31:27 -08:00
proxy.go agent: Store URL and ProxyPid info from each implementation 2018-01-29 08:56:14 -08:00
proxy_test.go proxy: Add proxyParams to proxy interface 2018-01-29 08:49:04 -08:00
qemu.go qemu: honor DefaultVCPUs 2018-03-06 10:23:54 -06:00
qemu_amd64.go qemu: Add support for CPU hot add/remove 2018-03-05 10:52:41 -06:00
qemu_amd64_test.go qemu: add support for ARM 2018-02-19 11:02:47 -06:00
qemu_arch_base.go qemu: disable modern in SCSI constroller 2018-03-06 13:09:39 -06:00
qemu_arch_base_test.go qemu: disable modern in SCSI constroller 2018-03-06 13:09:39 -06:00
qemu_arm64.go qemu: Add support for CPU hot add/remove 2018-03-05 10:52:41 -06:00
qemu_test.go qemu: honor DefaultVCPUs 2018-03-06 10:23:54 -06:00
README-original.md virtcontainers: Switch the repository to read-only mode 2018-03-19 07:11:08 -07:00
README.md virtcontainers: Switch the repository to read-only mode 2018-03-19 07:11:08 -07:00
shim.go shim: Start shims inside PID namespace 2018-02-28 15:22:30 -08:00
shim_test.go shim: Factorize the shim config structure between kata and CC 2018-01-06 12:24:06 +01:00
spawner.go virtcontainers: Initial commit 2016-10-17 17:03:28 +02:00
spawner_test.go unit: Log errors when they're not nil 2016-12-07 16:22:49 +01:00
syscall.go mount: Gather the entire bind mount API 2018-01-03 16:03:30 +00:00
syscall_test.go tests: Use defer with call to unmount 2017-05-22 11:20:17 -07:00
types.go oci: Implement CRI-O support 2017-06-07 07:24:29 -07:00
types_test.go oci: Implement CRI-O support 2017-06-07 07:24:29 -07:00
utils.go pod: hot add/remove vCPUs before starting containers 2018-03-05 10:52:41 -06:00
utils_test.go pod: hot add/remove vCPUs before starting containers 2018-03-05 10:52:41 -06:00
virtcontainers_test.go container: Replace fetchContainer() with findContainer() 2018-01-31 15:13:25 -08:00

virtcontainers

Project now in read-only mode

Now that virtcontainers is part of Kata Containers runtime, this project is now in read-only mode.

No more pull requests or issues will be accepted.

To see the original project README, click here.