# Packages
Package docker provides the ability for Vela to integrate with Docker as a runtime environment.
Package kubernetes provides the ability for Vela to integrate with Kubernetes as a runtime environment.
# Functions
FromContext retrieves the runtime Engine from the context.Context.
FromGinContext retrieves the runtime Engine from the gin.Context.
New creates and returns a Vela engine capable of integrating with the configured runtime.
WithContext inserts the runtime Engine into the context.Context.
WithGinContext inserts the runtime Engine into the gin.Context.
# Variables
Flags represents all supported command line interface (CLI) flags for the runtime.
# Structs
Setup represents the configuration necessary for creating a Vela engine capable of integrating with a configured runtime environment.
# Interfaces
Engine represents the interface for Vela integrating with the different supported Runtime environments.