Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeLogController ¶
type KubeLogController struct {
base.APIController
}
func (*KubeLogController) List ¶
func (c *KubeLogController) List()
@Title log @Description pod logs @Param tailLines query int true "log tail lines." @Param cluster path string true "cluster name." @Param namespace path string true "namespace name." @Param pod path string true "pod name." @Param container path string true "container name." @Success 200 {object} "log text" success @router /:pod/containers/:container/namespaces/:namespace/clusters/:cluster [get]
func (*KubeLogController) Prepare ¶
func (c *KubeLogController) Prepare()
func (*KubeLogController) URLMapping ¶
func (c *KubeLogController) URLMapping()
Click to show internal directories.
Click to hide internal directories.