Documentation
¶
Index ¶
- func CreateApp(c *gin.Context)
- func CreateCluster(c *gin.Context)
- func CreateNamespace(c *gin.Context)
- func DeleteApp(c *gin.Context)
- func DeleteCluster(c *gin.Context)
- func DeleteNamespace(c *gin.Context)
- func ListApps(c *gin.Context)
- func ListClusters(c *gin.Context)
- func ListNamespaces(c *gin.Context)
- func ListReleaseHistory(c *gin.Context)
- func ListSupportedFormat(c *gin.Context)
- func QueryApp(c *gin.Context)
- func QueryCluster(c *gin.Context)
- func QueryNamespace(c *gin.Context)
- func Release(c *gin.Context)
- func Rollback(c *gin.Context)
- func UpdateConfig(c *gin.Context)
- type ErrorResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCluster ¶
func CreateNamespace ¶
func DeleteCluster ¶
func DeleteNamespace ¶
func ListClusters ¶
func ListNamespaces ¶
func ListReleaseHistory ¶
func ListSupportedFormat ¶
func QueryCluster ¶
func QueryNamespace ¶
func UpdateConfig ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
Click to show internal directories.
Click to hide internal directories.