Documentation
¶
Index ¶
- func Apply(c *gin.Context)
- func BatchRemove(c *gin.Context)
- func Delete(c *gin.Context)
- func Describe(c *gin.Context)
- func Event(c *gin.Context)
- func Fetch(c *gin.Context)
- func FillList(selectedCluster string, kind string, list []unstructured.Unstructured) []unstructured.Unstructured
- func List(c *gin.Context)
- func Remove(c *gin.Context)
- func Save(c *gin.Context)
- func UploadFile(c *gin.Context)
- type NamesPayload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchRemove ¶
func FillList ¶ added in v0.0.19
func FillList(selectedCluster string, kind string, list []unstructured.Unstructured) []unstructured.Unstructured
FillList 定制填充list []unstructured.Unstructured列表
func UploadFile ¶ added in v0.0.15
Types ¶
type NamesPayload ¶
type NamesPayload struct {
Names []string `json:"names"`
}
NamesPayload 定义结构体以匹配批量删除 JSON 结构
Click to show internal directories.
Click to hide internal directories.