Documentation
¶
Index ¶
- type ByClone
- type ByLaunch
- type Capacity
- type Clone
- type DeployClusterApplication
- type DeployContainerPort
- type DeployInformation
- type Launch
- type LaunchApplication
- type LaunchClusterApplication
- type Node
- type Region
- type ReplicationControllerContainerEnvironment
- type SelectController
- type Topology
- type TopologyController
- type Zone
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clone ¶
type Clone struct {
Name string
DeployClusterApplication DeployClusterApplication
DeployInformation DeployInformation
RegionSlice []Region
Order int
CreatedTime time.Time
DeployClusterApplicationHidden string
DeployInformationHidden string
}
type DeployContainerPort ¶
type DeployInformation ¶
type DeployInformation struct {
Namespace string
ImageInformationName string
CurrentVersion string
CurrentVersionDescription string
Description string
ReplicaAmount int
ContainerPortSlice []DeployContainerPort
EnvironmentSlice []ReplicationControllerContainerEnvironment
ResourceMap map[string]interface{}
ExtraJsonMap map[string]interface{}
CreatedTime time.Time
}
type Launch ¶
type Launch struct {
Order int
LaunchApplication *LaunchApplication
LaunchClusterApplication *LaunchClusterApplication
}
type LaunchApplication ¶
type LaunchApplication struct {
ImageInformationName string
Version string
Description string
ReplicaAmount int
PortSlice []DeployContainerPort
EnvironmentSlice []ReplicationControllerContainerEnvironment
ResourceMap map[string]interface{}
ExtraJsonMap map[string]interface{}
}
type SelectController ¶
type SelectController struct {
beego.Controller
}
func (*SelectController) Get ¶
func (c *SelectController) Get()
func (*SelectController) Post ¶
func (c *SelectController) Post()
type TopologyController ¶
type TopologyController struct {
beego.Controller
}
func (*TopologyController) Get ¶
func (c *TopologyController) Get()
func (*TopologyController) Post ¶
func (c *TopologyController) Post()
Click to show internal directories.
Click to hide internal directories.