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(baseLogPath, baseStoragePath string, rtime runtime.Runtime, os oslayer.OS, vsock transport.Transport) core.Core

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

Source Files

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

Version
v0.3.5
Published
Jan 18, 2018
Platform
linux/amd64
Imports
23 packages
Last checked
1 hour ago

Tools for package owners.