Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type DeployFile ¶ added in v1.0.4
DeployFile 部署文件描述
type DeployManager ¶ added in v1.0.4
type DeployManager struct {
// contains filtered or unexported fields
}
DeployManager 节点部署文件管理器 如果节点部署文件有变化,需要重启API节点以便于生效
func NewDeployManager ¶ added in v1.0.4
func NewDeployManager() *DeployManager
NewDeployManager 获取新节点部署文件管理器
func (*DeployManager) LoadNSNodeFiles ¶ added in v1.0.4
func (this *DeployManager) LoadNSNodeFiles() []*DeployFile
LoadNSNodeFiles 加载所有NS节点安装文件
func (*DeployManager) LoadNodeFiles ¶ added in v1.0.4
func (this *DeployManager) LoadNodeFiles() []*DeployFile
LoadNodeFiles 加载所有边缘节点文件
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager() *Manager
func (*Manager) AddUpgrader ¶
func (*Manager) FindUpgrader ¶
func (*Manager) RemoveUpgrader ¶
Click to show internal directories.
Click to hide internal directories.