Documentation ¶
Index ¶
- func FindNodeClusterMaps(parentAction *actionutils.ParentAction, clusterIds []int64) ([]maps.Map, error)
- func FindNodeClusterMapsWithNodeId(parentAction *actionutils.ParentAction, nodeId int64) ([]maps.Map, error)
- func InitNodeIPAddressThresholds(parentAction *actionutils.ParentAction, addrId int64) ([]*nodeconfigs.IPAddressThresholdConfig, error)
- func UpdateNodeIPAddresses(parentAction *actionutils.ParentAction, nodeId int64, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindNodeClusterMaps ¶ added in v0.6.4
func FindNodeClusterMaps(parentAction *actionutils.ParentAction, clusterIds []int64) ([]maps.Map, error)
FindNodeClusterMaps 根据一组集群ID读取集群信息
func FindNodeClusterMapsWithNodeId ¶ added in v0.6.4
func FindNodeClusterMapsWithNodeId(parentAction *actionutils.ParentAction, nodeId int64) ([]maps.Map, error)
FindNodeClusterMapsWithNodeId 根据节点读取集群信息
func InitNodeIPAddressThresholds ¶ added in v0.3.1
func InitNodeIPAddressThresholds(parentAction *actionutils.ParentAction, addrId int64) ([]*nodeconfigs.IPAddressThresholdConfig, error)
InitNodeIPAddressThresholds 初始化IP阈值
func UpdateNodeIPAddresses ¶
func UpdateNodeIPAddresses(parentAction *actionutils.ParentAction, nodeId int64, role nodeconfigs.NodeRole, ipAddressesJSON []byte) error
UpdateNodeIPAddresses 保存一组IP地址
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.