Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeEventController ¶
type KubeEventController struct {
base.APIController
}
func (*KubeEventController) List ¶
func (c *KubeEventController) List()
@Title GetPodEvent @Description Get Pod Event by resource type and name @Param pageNo query int false "the page current no" @Param pageSize query int false "the page size" @Param type query string true "the query type. deployments, statefulsets, daemonsets,cronjobs" @Param name query string true "the query resource name." @Success 200 {object} models.Deployment success @router /namespaces/:namespace/clusters/:cluster [get]
func (*KubeEventController) Prepare ¶
func (c *KubeEventController) Prepare()
func (*KubeEventController) URLMapping ¶
func (c *KubeEventController) URLMapping()
Click to show internal directories.
Click to hide internal directories.