PacmanOS struct objects shall have information of the tools version to be installed on Hosts having PacmanOS. It implements OSTypeInstaller interface
| 13 | // on Hosts having PacmanOS. |
| 14 | // It implements OSTypeInstaller interface |
| 15 | type PacmanOS struct { |
| 16 | KubeEdgeVersion semver.Version |
| 17 | IsEdgeNode bool |
| 18 | } |
| 19 | |
| 20 | // SetKubeEdgeVersion sets the KubeEdge version for the objects instance |
| 21 | func (o *PacmanOS) SetKubeEdgeVersion(version semver.Version) { |
nothing calls this directly
no outgoing calls
no test coverage detected