github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/cce/v3/templates/urls.go (about)

     1  package templates
     2  
     3  import (
     4  	"github.com/huaweicloud/golangsdk"
     5  	"github.com/huaweicloud/golangsdk/openstack/cce/v3/addons"
     6  )
     7  
     8  const templatePath = "addontemplates"
     9  
    10  func templateURL(client *golangsdk.ServiceClient, cluster_id string) string {
    11  	return addons.CCEServiceURL(client, cluster_id, templatePath)
    12  }