Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterJob ¶
type KubeJobController ¶
type KubeJobController struct {
base.APIController
}
func (*KubeJobController) ListJobByCronJob ¶ added in v1.6.0
func (c *KubeJobController) ListJobByCronJob()
@Title ListJobByCronJob @Description find jobs by cronjob @Param pageNo query int false "the page current no" @Param pageSize query int false "the page size" @Param name query string true "the cronjob name." @Param cluster query string true "the cluster name." @Success 200 {object} models.Deployment success @router /namespaces/:namespace/clusters/:cluster [get]
func (*KubeJobController) Prepare ¶
func (c *KubeJobController) Prepare()
func (*KubeJobController) URLMapping ¶
func (c *KubeJobController) URLMapping()
Click to show internal directories.
Click to hide internal directories.