Documentation ¶
Index ¶
- func AutoCreateProduct(c *gin.Context)
- func AutoUpdateProduct(c *gin.Context)
- func CleanProductCronJob(c *gin.Context)
- func CreateProduct(c *gin.Context)
- func DeletePod(c *gin.Context)
- func DeleteProduct(c *gin.Context)
- func ExportYaml(c *gin.Context)
- func GetInitProduct(c *gin.Context)
- func GetProduct(c *gin.Context)
- func GetProductInfo(c *gin.Context)
- func GetProductIngress(c *gin.Context)
- func GetService(c *gin.Context)
- func GetServiceContainer(c *gin.Context)
- func ListAvailableNamespaces(c *gin.Context)
- func ListConfigMaps(c *gin.Context)
- func ListGroups(c *gin.Context)
- func ListGroupsBySource(c *gin.Context)
- func ListKubeEvents(c *gin.Context)
- func ListPodEvents(c *gin.Context)
- func ListProducts(c *gin.Context)
- func ListProductsRevision(c *gin.Context)
- func ListProductsSSE(c *gin.Context)
- func ListRenderCharts(c *gin.Context)
- func ListServicePods(c *gin.Context)
- func RestartNewService(c *gin.Context)
- func RestartService(c *gin.Context)
- func RollBackConfigMap(c *gin.Context)
- func ScaleNewService(c *gin.Context)
- func ScaleService(c *gin.Context)
- func ServiceDiff(c *gin.Context)
- func UpdateConfigMap(c *gin.Context)
- func UpdateDeploymentContainerImage(c *gin.Context)
- func UpdateProduct(c *gin.Context)
- func UpdateService(c *gin.Context)
- func UpdateStatefulSetContainerImage(c *gin.Context)
- type ChartInfoArgs
- type ListServicePodsArgs
- type NamespaceResource
- type Router
- type UpdateEnvs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutoCreateProduct ¶
func AutoUpdateProduct ¶
func CleanProductCronJob ¶
func CreateProduct ¶
func DeleteProduct ¶
func ExportYaml ¶
func GetInitProduct ¶
func GetProduct ¶
func GetProductInfo ¶
func GetProductIngress ¶
func GetService ¶
func GetServiceContainer ¶
func ListAvailableNamespaces ¶
func ListConfigMaps ¶
func ListGroups ¶
func ListGroupsBySource ¶
func ListKubeEvents ¶
func ListPodEvents ¶
func ListProductsRevision ¶
func ListProductsSSE ¶
func ListRenderCharts ¶
func ListServicePods ¶
func RestartNewService ¶
func RestartService ¶
func RollBackConfigMap ¶
func ScaleNewService ¶
func ScaleService ¶
func ServiceDiff ¶
func UpdateConfigMap ¶
func UpdateProduct ¶
func UpdateService ¶
Types ¶
type ChartInfoArgs ¶
type ChartInfoArgs struct {
ChartInfos []*template.RenderChart `json:"chart_infos"`
}
type ListServicePodsArgs ¶
type NamespaceResource ¶
type NamespaceResource struct { Services []*commonservice.ServiceResp `json:"services"` Ingresses []resource.Ingress `json:"ingresses"` }
type Router ¶
type Router struct{}
func (*Router) Inject ¶
func (*Router) Inject(router *gin.RouterGroup)
type UpdateEnvs ¶
Click to show internal directories.
Click to hide internal directories.