Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func ParseJobHostBindTemplate(hostPath string, clusterInfo apistructs.ClusterInfoData) (string, error) + type ClusterInfo interface + Info func(string) (apistructs.ClusterInfoData, error) + List func([]string) (apistructs.ClusterInfoDataList, error) + func NewClusterInfoImpl(js jsonstore.JsonStore) ClusterInfo + type ClusterInfoImpl struct + func (c *ClusterInfoImpl) Info(name string) (apistructs.ClusterInfoData, error) + func (c *ClusterInfoImpl) List(names []string) (apistructs.ClusterInfoDataList, error)