upgrade

package
v0.0.0-...-b1c395d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2016 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProxyServer

func ProxyServer(ws *websocket.Conn)

func UpgradeDockerImage

func UpgradeDockerImage(ws *websocket.Conn, credentialSlice []Credential, path string, version string) error

Types

type Credential

type Credential struct {
	IP       string
	SSH      SSH
	Disabled bool
}

type IndexController

type IndexController struct {
	beego.Controller
}

func (*IndexController) Get

func (c *IndexController) Get()

type Pod

type Pod struct {
	Name           string
	Namespace      string
	HostIP         string
	PodIP          string
	ContainerSlice []PodContainer
}

type PodContainer

type PodContainer struct {
	Name        string
	Image       string
	ContainerID string
	PortSlice   []PodContainerPort
}

type PodContainerPort

type PodContainerPort struct {
	Name          string
	ContainerPort int
	Protocol      string
}

type ReplicationControllerAndRelatedPod

type ReplicationControllerAndRelatedPod struct {
	Name               string
	Namespace          string
	ReplicaAmount      int
	AliveReplicaAmount int
	Selector           map[string]string
	Label              map[string]string
	PodSlice           []Pod
	Display            string
}

type SSH

type SSH struct {
	Port     int
	User     string
	Password string
}

type WebSocketController

type WebSocketController struct {
	beego.Controller
}

func (*WebSocketController) Get

func (c *WebSocketController) Get()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL