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) GetPodsEvent ¶
func (c *KubeJobController) GetPodsEvent()
@Title Get @Description find job by cluster @Success 200 {object} models.Job success @router /getPodsEvent/:job/:cronjob/namespaces/:namespace/clusters/:cluster [get]
func (*KubeJobController) ListAllClusterByCronjob ¶
func (c *KubeJobController) ListAllClusterByCronjob()
@Title Get @Description find Job by cluster @Success 200 {object} models.Job success @router /listAllClusterByCronjob/:cronjob/namespaces/:namespace [get]
func (*KubeJobController) ListByCronjob ¶
func (c *KubeJobController) ListByCronjob()
@Title Get @Description find Job by cluster @Success 200 {object} models.Job success @router /listByCronjob/:cronjob/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.