Versions in this module Expand all Collapse all v0 v0.5.0 Feb 5, 2016 Changes in this version + var ServiceConfig string = "haproxy.cfg" + var ServiceImage string = "haproxy:1.4" + var ServiceVolume string = "/usr/local/etc/haproxy/" + func ApplyServices(vm *hypervisor.Vm, container string, services []pod.UserService) error + func GenerateServiceConfig(services []pod.UserService) []byte + func GetServices(vm *hypervisor.Vm, container string) ([]pod.UserService, error) + func PrepareServices(userPod *pod.UserPod, podId string) error + func SetupLoopbackAddress(vm *hypervisor.Vm, container, ip, operation string) error + func UpdateLoopbackAddress(vm *hypervisor.Vm, container string, ...) error