Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
Create Associated cluster @Summary Associated cluster @Description Application associated cluster @Tags Application @Accept json @Produce json @param Authorization header string true "Authorization" @Param CreateAppRequest body application_cluster.ApplicationClusterRequest true "The application info" @Param id path uint64 true "Application ID" @Success 200 {object} model.ApplicationClusterModel @Router /v1/application/{id}/bind_cluster [post]
func GetBound ¶
GetBound Get the list of clusters associated with the application @Summary Get the list of clusters associated with the application(Abandoned) @Description Get the list of clusters associated with the application(Abandoned) @Tags Application @Accept json @Produce json @param Authorization header string true "Authorization" @Param id path uint64 true "Application ID" @Success 200 {object} model.ApplicationClusterModel @Router /v1/application/{id}/bound_cluster [get]
Types ¶
type ApplicationClusterRequest ¶
type ApplicationClusterRequest struct {
ClusterId *uint64 `json:"cluster_id" binding:"required"`
}