Documentation
¶
Index ¶
- Variables
- func AddTaint(c *gin.Context)
- func AllLabelList(c *gin.Context)
- func AllTaintList(c *gin.Context)
- func BatchCordon(c *gin.Context)
- func BatchDrain(c *gin.Context)
- func BatchUnCordon(c *gin.Context)
- func Cordon(c *gin.Context)
- func CreateKubectlShell(c *gin.Context)
- func CreateNodeShell(c *gin.Context)
- func DeleteTaint(c *gin.Context)
- func Drain(c *gin.Context)
- func ListTaint(c *gin.Context)
- func NameOptionList(c *gin.Context)
- func UnCordon(c *gin.Context)
- func UniqueLabels(c *gin.Context)
- func UpdateTaint(c *gin.Context)
- func Usage(c *gin.Context)
- type TaintInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var WebsocketMessageType = map[int]string{ websocket.BinaryMessage: "binary", websocket.TextMessage: "text", websocket.CloseMessage: "close", websocket.PingMessage: "ping", websocket.PongMessage: "pong", }
Functions ¶
func BatchCordon ¶ added in v0.0.22
func BatchDrain ¶ added in v0.0.22
func BatchUnCordon ¶ added in v0.0.22
func CreateKubectlShell ¶ added in v0.0.44
func CreateNodeShell ¶ added in v0.0.44
func NameOptionList ¶ added in v0.0.23
func UniqueLabels ¶ added in v0.0.49
Types ¶
Click to show internal directories.
Click to hide internal directories.