Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterActionRoutes ¶ added in v0.0.145
Types ¶
type ActionController ¶ added in v0.0.145
type ActionController struct{}
func (*ActionController) Create ¶ added in v0.0.145
func (nc *ActionController) Create(c *response.Context)
@Summary 创建Service @Security BearerAuth @Param cluster query string true "集群名称" @Param body body object true "Service创建参数" @Success 200 {object} string @Router /k8s/cluster/{cluster}/service/create [post] Create 创建Service接口
Click to show internal directories.
Click to hide internal directories.