thirdparty

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByThirdPartyApplication

type ByThirdPartyApplication []ThirdPartyApplication

func (ByThirdPartyApplication) Len

func (b ByThirdPartyApplication) Len() int

func (ByThirdPartyApplication) Less

func (b ByThirdPartyApplication) Less(i, j int) bool

func (ByThirdPartyApplication) Swap

func (b ByThirdPartyApplication) Swap(i, j int)

type Capacity

type Capacity struct {
	Cpu    string
	Memory string
}

type Cluster

type Cluster struct {
	Name                      string
	Description               string
	ReplicationControllerJson string
	ServiceJson               string
	Environment               map[string]string
	ScriptType                string
	ScriptContent             string
}

type ClusterLaunch

type ClusterLaunch struct {
	Size                              int
	EnvironmentSlice                  []interface{}
	ReplicationControllerExtraJsonMap map[string]interface{}
}

type DeleteController

type DeleteController struct {
	beego.Controller
}

func (*DeleteController) Get

func (c *DeleteController) Get()

type EditController

type EditController struct {
	beego.Controller
}

func (*EditController) Get

func (c *EditController) Get()

func (*EditController) Post

func (c *EditController) Post()

type LaunchController

type LaunchController struct {
	beego.Controller
}

func (*LaunchController) Get

func (c *LaunchController) Get()

func (*LaunchController) Post

func (c *LaunchController) Post()

type ListController

type ListController struct {
	beego.Controller
}

func (*ListController) Get

func (c *ListController) Get()

type Node

type Node struct {
	Name     string
	Address  string
	Capacity Capacity
}

type Region

type Region struct {
	Name           string
	LocationTagged bool
	ZoneSlice      []Zone
}

type ThirdPartyApplication

type ThirdPartyApplication struct {
	Name                                   string
	Description                            string
	HiddenTagGuiRepositoryThirdPartyLaunch string
	HiddenTagGuiRepositoryThirdPartyEdit   string
	HiddenTagGuiRepositoryThirdPartyDelete string
}

type Zone

type Zone struct {
	Name           string
	LocationTagged bool
	NodeSlice      []Node
}

Jump to

Keyboard shortcuts

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