Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CRDCreate ¶
@Title Create @Description create CustomResourceDefinition @Param namespace path string true "the namespace name" @router / [post]
func CRDDelete ¶
@Title Delete @Description delete the CustomResourceDefinition @Param namespace path string true "the namespace name" @Success 200 {string} delete success! @router /:name [delete]
func CRDGet ¶
@Title get CRD @Description find CRD by cluster @Param namespace path string true "the namespace name" @router /:name [get]
func CRDList ¶
@Title List CRD @Description find CRD by cluster @Param namespace path string true "the namespace name" @router / [get]
func CRDUpdate ¶
@Title Update @Description update the CustomResourceDefinition @Param namespace path string true "the namespace name" @router /:name [put]
func Delete ¶
@Title Delete @Description delete the CustomResourceDefinition @Success 200 {string} delete success! @router /:name [delete]
Types ¶
This section is empty.