namespace

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create added in v1.8.1

func Create(c *gin.Context) apierror.APIErrors

Create handles the API endpoint /namespaces (POST). It creates a namespace with the specified name.

func Delete added in v1.8.1

func Delete(c *gin.Context) apierror.APIErrors

Delete handles the API endpoint /namespaces/:namespace (DELETE). It destroys the namespace specified by its name. This includes all the applications and configurations in it.

func Index added in v1.8.1

func Index(c *gin.Context) apierror.APIErrors

Index handles the API endpoint /namespaces (GET) It returns a list of all Epinio-controlled namespaces An Epinio namespace is nothing but a kubernetes namespace which has a special Label (Look at the code to see which).

func Match added in v1.8.1

func Match(c *gin.Context) apierror.APIErrors

Match handles the API endpoint /namespacematches/:pattern (GET) It returns a list of all Epinio-controlled namespaces matching the prefix pattern.

func Show added in v1.8.1

func Show(c *gin.Context) apierror.APIErrors

Show handles the API endpoint GET /namespaces/:namespace It returns the details of the specified namespace

Types

This section is empty.

Jump to

Keyboard shortcuts

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