Documentation ¶
Index ¶
- Constants
- type API
- func (a *API) AddFavorite(c *gin.Context)
- func (a *API) BuildDeploy(c *gin.Context)
- func (a *API) ClusterPipelinerunStatus(c *gin.Context)
- func (a *API) ClusterStatus(c *gin.Context)
- func (a *API) Create(c *gin.Context)
- func (a *API) CreatePipelineRun(c *gin.Context)
- func (a *API) Delete(c *gin.Context)
- func (a *API) DeleteClusterPods(c *gin.Context)
- func (a *API) DeleteFavorite(c *gin.Context)
- func (a *API) Deploy(c *gin.Context)
- func (a *API) Exec(c *gin.Context)
- func (a *API) ExecuteAction(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) GetResourceTree(c *gin.Context)
- func (a *API) GetStep(c *gin.Context)
- func (a *API) InternalClusterStatus(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) PodEvents(c *gin.Context)
- func (api *API) RegisterRoute(engine *gin.Engine)
- func (a *API) Restart(c *gin.Context)
- func (a *API) Rollback(c *gin.Context)
- func (a *API) Update(c *gin.Context)
Constants ¶
View Source
const JWTTokenHeader = "X-Horizon-JWT-Token"
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) AddFavorite ¶
func (*API) BuildDeploy ¶
func (*API) ClusterPipelinerunStatus ¶
func (*API) ClusterStatus ¶
func (*API) CreatePipelineRun ¶
func (*API) DeleteClusterPods ¶
func (*API) DeleteFavorite ¶
func (*API) ExecuteAction ¶
func (*API) GetClusterPod ¶
func (*API) GetContainerLog ¶
func (*API) GetContainers ¶
func (*API) GetGrafanaDashBoard ¶
func (*API) GetResourceTree ¶
func (*API) InternalClusterStatus ¶
func (*API) InternalDeploy ¶
func (*API) ListByApplication ¶
func (*API) RegisterRoute ¶
Click to show internal directories.
Click to hide internal directories.