Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Controllers = map[string]struct { Creator Creator Enable bool }{}
Controllers collect for all controller
Functions ¶
Types ¶
type ControllerCtx ¶ added in v1.3.0
type ControllerCtx struct {
context.Context
Config *controlplane.Config
VSwitchPool *vswitch.SwitchPool
AliyunClient Interface
Wg *wait.Group
TracerProvider trace.TracerProvider
}
type Interface ¶ added in v1.2.1
type Interface interface {
aliyunClient.VPC
aliyunClient.ECS
}
Interface aliyun client for terway-controlplane
Click to show internal directories.
Click to hide internal directories.