Documentation
¶
Index ¶
- func Apply(c *gin.Context)
- func BatchForceRemove(c *gin.Context)
- func BatchRemove(c *gin.Context)
- func ContainerInfo(c *gin.Context)
- func CrdGuidTree(c *gin.Context)deprecated
- func CrdGuidTreeThree(c *gin.Context)deprecated
- 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 GroupOptionList(c *gin.Context)
- func ImagePullSecretOptionList(c *gin.Context)
- func KindOptionList(c *gin.Context)
- func List(c *gin.Context)
- func ListAnnotations(c *gin.Context)
- func Remove(c *gin.Context)
- func Save(c *gin.Context)
- func UpdateAnnotations(c *gin.Context)
- func UpdateImageTag(c *gin.Context)
- func UpdateLabels(c *gin.Context)
- func UploadFile(c *gin.Context)
- type CrdTreedeprecated
- type NamesPayload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchForceRemove ¶ added in v0.0.22
func BatchRemove ¶
func ContainerInfo ¶ added in v0.0.25
func CrdGuidTree
deprecated
added in
v0.0.23
func CrdGuidTreeThree
deprecated
added in
v0.0.23
func FillList ¶ added in v0.0.19
func FillList(selectedCluster string, kind string, list []unstructured.Unstructured) []unstructured.Unstructured
FillList 定制填充list []unstructured.Unstructured列表
func GroupOptionList ¶ added in v0.0.23
func ImagePullSecretOptionList ¶ added in v0.0.25
func KindOptionList ¶ added in v0.0.23
func ListAnnotations ¶ added in v0.0.24
func UpdateAnnotations ¶ added in v0.0.22
func UpdateImageTag ¶ added in v0.0.25
func UpdateLabels ¶ added in v0.0.22
func UploadFile ¶ added in v0.0.15
Types ¶
type CrdTree
deprecated
added in
v0.0.23
type NamesPayload ¶
type NamesPayload struct {
Names []string `json:"names"`
}
NamesPayload 定义结构体以匹配批量删除 JSON 结构
Click to show internal directories.
Click to hide internal directories.