Documentation
¶
Index ¶
- type API
- func (a *API) BuildDeploy(c *gin.Context)
- func (a *API) ClusterStatus(c *gin.Context)
- func (a *API) Create(c *gin.Context)
- func (a *API) Delete(c *gin.Context)
- func (a *API) DeleteClusterPods(c *gin.Context)
- func (a *API) Deploy(c *gin.Context)
- func (a *API) Exec(c *gin.Context)
- func (a *API) Free(c *gin.Context)
- func (a *API) Get(c *gin.Context)
- func (a *API) GetByName(c *gin.Context)
- func (a *API) GetClusterPod(c *gin.Context)
- func (a *API) GetContainerLog(c *gin.Context)
- func (a *API) GetContainers(c *gin.Context)
- func (a *API) GetDiff(c *gin.Context)
- func (a *API) GetGrafanaDashBoard(c *gin.Context)
- func (a *API) GetOutput(c *gin.Context)
- func (a *API) InternalDeploy(c *gin.Context)
- func (a *API) List(c *gin.Context)
- func (a *API) ListByApplication(c *gin.Context)
- func (a *API) ListSelf(c *gin.Context)
- func (a *API) Next(c *gin.Context)deprecated
- func (a *API) Offline(c *gin.Context)
- func (a *API) Online(c *gin.Context)
- func (a *API) Pause(c *gin.Context)deprecated
- func (a *API) PodEvents(c *gin.Context)
- func (a *API) Promote(c *gin.Context)deprecated
- func (api *API) RegisterRoute(engine *gin.Engine)
- func (a *API) Restart(c *gin.Context)
- func (a *API) Resume(c *gin.Context)deprecated
- func (a *API) Rollback(c *gin.Context)
- func (a *API) Update(c *gin.Context)
- func (a *API) Upgrade(c *gin.Context)deprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func NewAPI ¶
func NewAPI(clusterCtl cluster.Controller) *API
func (*API) BuildDeploy ¶
func (*API) DeleteClusterPods ¶
func (*API) GetClusterPod ¶
func (*API) GetContainerLog ¶
func (*API) GetContainers ¶
func (*API) GetGrafanaDashBoard ¶
func (*API) InternalDeploy ¶
func (*API) ListByApplication ¶
func (*API) RegisterRoute ¶
RegisterRoutes register routes
Click to show internal directories.
Click to hide internal directories.