crd

package
v0.0.0-...-71c9d12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CRDCreate

func CRDCreate(c *gin.Context)

@Title Create @Description create CustomResourceDefinition @Param namespace path string true "the namespace name" @router / [post]

func CRDDelete

func CRDDelete(c *gin.Context)

@Title Delete @Description delete the CustomResourceDefinition @Param namespace path string true "the namespace name" @Success 200 {string} delete success! @router /:name [delete]

func CRDGet

func CRDGet(c *gin.Context)

@Title get CRD @Description find CRD by cluster @Param namespace path string true "the namespace name" @router /:name [get]

func CRDList

func CRDList(c *gin.Context)

@Title List CRD @Description find CRD by cluster @Param namespace path string true "the namespace name" @router / [get]

func CRDUpdate

func CRDUpdate(c *gin.Context)

@Title Update @Description update the CustomResourceDefinition @Param namespace path string true "the namespace name" @router /:name [put]

func Create

func Create(c *gin.Context)

@Title Create @Description create CustomResourceDefinition @router / [post]

func Delete

func Delete(c *gin.Context)

@Title Delete @Description delete the CustomResourceDefinition @Success 200 {string} delete success! @router /:name [delete]

func Get

func Get(c *gin.Context)

@Title get CRD @Description find CRD by cluster @router /:name [get]

func List

func List(c *gin.Context)

@Title List CRD @Description find CRD by cluster @router / [get]

func Update

func Update(c *gin.Context)

@Title Update @Description update the CustomResourceDefinition @router /:name [put]

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL