Documentation ¶
Index ¶
- Variables
- func DeleteDeployment(c *gin.Context)
- func DeletePod(c *gin.Context)
- func DeletePods(c *gin.Context)
- func Deployment(c *gin.Context)
- func Event(c *gin.Context)
- func EventsTimeline(c *gin.Context)
- func GetDeployment(c *gin.Context)
- func GetEvent(c *gin.Context)
- func GetPod(c *gin.Context)
- func InitializeCluster()
- func Overview(c *gin.Context)
- func PodLogs(c *gin.Context)
- func Pods(c *gin.Context)
- func UpdateDeployment(c *gin.Context)
- func UpdatePod(c *gin.Context)
- func WsDeployments(c *gin.Context)
- func WsEvents(c *gin.Context)
- func WsOverview(c *gin.Context)
- func WsPods(c *gin.Context)
- type DeploymentUpdate
- type PodUpdate
Constants ¶
This section is empty.
Variables ¶
View Source
var Clientset *kubernetes.Clientset
View Source
var MetricsClientset *versioned.Clientset
View Source
var Namespace string = ""
View Source
var RefreshTime time.Duration = 5 * time.Second
Functions ¶
func DeleteDeployment ¶
func DeletePods ¶
func Deployment ¶
func EventsTimeline ¶
func GetDeployment ¶
func InitializeCluster ¶
func InitializeCluster()
func UpdateDeployment ¶
func WsDeployments ¶
func WsOverview ¶
Types ¶
type DeploymentUpdate ¶
type DeploymentUpdate struct {
Data string `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.