Documentation
¶
Index ¶
- Variables
- func DeleteTke(t *task)
- type ActionTimer
- type Cluster
- type CreateDevSpaceResponse
- type DataDisks
- type DevSpaceDetailResponse
- type DevSpaceStatus
- type DevSpaceStatusResponse
- type Externals
- type InternetAccessible
- type Nothing
- type Parameter
- type Placement
- type SystemDisk
- type VirtualClusterInfo
- type VirtualPrivateCloud
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = defaultConfig{ // contains filtered or unexported fields }
Functions ¶
Types ¶
type ActionTimer ¶
type Cluster ¶
func NewDefaultVCluster ¶
func NewDefaultVCluster() Cluster
func NewNothing ¶
func NewNothing() Cluster
func NewVCluster ¶
type CreateDevSpaceResponse ¶
type CreateDevSpaceResponse struct {
Code int `json:"code"`
Message string `json:"message"`
Data model.ClusterUserModel `json:"data"`
}
type DevSpaceDetailResponse ¶
type DevSpaceDetailResponse struct {
Code int `json:"code"`
Message string `json:"message"`
Data model.ClusterUserJoinClusterAndAppAndUser `json:"data"`
}
type DevSpaceStatus ¶
type DevSpaceStatus struct {
VirtualCluster VirtualClusterInfo `json:"virtual_cluster"`
}
type DevSpaceStatusResponse ¶
type DevSpaceStatusResponse struct {
Code int `json:"code"`
Message string `json:"message"`
Data map[uint64]*DevSpaceStatus `json:"data"`
}
type InternetAccessible ¶
type InternetAccessible struct {
PublicIPAssigned bool `json:"PublicIpAssigned"`
InternetMaxBandwidthOut int `json:"InternetMaxBandwidthOut"`
}
InternetAccessible struct
type Parameter ¶
type Parameter struct {
VirtualPrivateCloud VirtualPrivateCloud `json:"VirtualPrivateCloud"`
Placement Placement `json:"Placement"`
InstanceType string `json:"InstanceType"`
SystemDisk SystemDisk `json:"SystemDisk"`
DataDisks []DataDisks `json:"DataDisks"`
InstanceCount int `json:"InstanceCount"`
InternetAccessible InternetAccessible `json:"InternetAccessible"`
ActionTimer ActionTimer `json:"ActionTimer"`
}
Parameter struct
type VirtualClusterInfo ¶
type VirtualPrivateCloud ¶
VirtualPrivateCloud struct
Click to show internal directories.
Click to hide internal directories.