openyurtio / yurt-edgex-manager

yurt-edgex-manager is an operator for managing EdgeX lifecycle(including deploy, delete, update) in OpenYurt cluster.
Apache License 2.0
18 stars 24 forks source link

[EdgeX Auto-Collector] Collect volumes information about each component #61

Closed LavenderQAQ closed 1 year ago

LavenderQAQ commented 1 year ago

What would you like to be added: You need to complete this function in tools/collector/edgex/component.go. All the information you need is already in the volumes parameter, which you need to parse into the Component.

func (c *Component) fillVolumes(volumes []interface{}) error {
    // TODO: Read volumes information
    return nil
}

Why is this needed: Refer to EdgeX Auto-colllector Proposal

others /kind feature

LavenderQAQ commented 1 year ago

I'll solve that