package gcs

import "github.com/Microsoft/opengcs/service/gcs/core/gcs"

Package gcs defines the core functionality of the GCS. This includes all the code which manages container and their state, including interfacing with the container runtime, forwarding container stdio through transport.Connections, and configuring networking for a container.

Index

Functions

func NewGCSCore

func NewGCSCore(rtime runtime.Runtime, os oslayer.OS, vsock transport.Transport) *gcsCore

NewGCSCore creates a new gcsCore struct initialized with the given Runtime.

Source Files

cleanup.go gcs.go networking.go storage.go

Version
v0.3.3
Published
Sep 6, 2017
Platform
windows/amd64
Imports
21 packages
Last checked
5 minutes ago

Tools for package owners.