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.7
Published
Apr 11, 2018
Platform
js/wasm
Imports
23 packages
Last checked
4 hours ago

Tools for package owners.