Documentation ¶
Index ¶
- func BatchCreatePMHost(c *gin.Context)
- func CreateOrUpdateMatchRules(c *gin.Context)
- func CreatePMHost(c *gin.Context)
- func CreateProductTemplate(c *gin.Context)
- func DeletePMHost(c *gin.Context)
- func DeleteProductTemplate(c *gin.Context)
- func ForkProduct(c *gin.Context)
- func GetCustomMatchRules(c *gin.Context)
- func GetPMHost(c *gin.Context)
- func GetProductTemplate(c *gin.Context)
- func GetProductTemplateServices(c *gin.Context)
- func GetRenderSetInfo(c *gin.Context)
- func ListLabels(c *gin.Context)
- func ListPMHosts(c *gin.Context)
- func ListProjects(c *gin.Context)
- func ListTemplatesHierachy(c *gin.Context)
- func OpenAPICreateProductTemplate(c *gin.Context)
- func UnForkProduct(c *gin.Context)
- func UpdatePMHost(c *gin.Context)
- func UpdateProductTemplate(c *gin.Context)
- func UpdateProductTmplStatus(c *gin.Context)
- func UpdateProject(c *gin.Context)
- func UpdateRenderSet(c *gin.Context)
- func UpdateServiceOrchestration(c *gin.Context)
- type OpenAPIRouter
- type Router
- type UpdateOrchestrationServiceReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchCreatePMHost ¶ added in v1.9.9
func CreateOrUpdateMatchRules ¶ added in v1.5.0
func CreatePMHost ¶ added in v1.9.9
func CreateProductTemplate ¶
func DeletePMHost ¶ added in v1.9.9
func DeleteProductTemplate ¶
func ForkProduct ¶
func GetCustomMatchRules ¶ added in v1.5.0
func GetProductTemplate ¶
func GetRenderSetInfo ¶
func ListLabels ¶ added in v1.9.9
func ListPMHosts ¶ added in v1.9.9
func ListProjects ¶ added in v1.5.0
func ListTemplatesHierachy ¶
func OpenAPICreateProductTemplate ¶ added in v1.9.9
func UnForkProduct ¶
func UpdatePMHost ¶ added in v1.9.9
func UpdateProductTmplStatus ¶
func UpdateProject ¶
func UpdateRenderSet ¶
func UpdateServiceOrchestration ¶ added in v1.6.0
Types ¶
type OpenAPIRouter ¶ added in v1.9.9
type OpenAPIRouter struct{}
func (*OpenAPIRouter) Inject ¶ added in v1.9.9
func (*OpenAPIRouter) Inject(router *gin.RouterGroup)
type Router ¶
type Router struct{}
func (*Router) Inject ¶
func (*Router) Inject(router *gin.RouterGroup)
type UpdateOrchestrationServiceReq ¶ added in v1.7.0
type UpdateOrchestrationServiceReq struct {
Services [][]string `json:"services"`
}
Click to show internal directories.
Click to hide internal directories.