gitconfig

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: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

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

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

func Delete

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

Delete handles the API endpoint /gitconfigs/:gitconfig (DELETE). It destroys the git configuration specified by its name.

func Index

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

Index handles the API endpoint /gitconfigs (GET) It returns a list of all git configurations known to Epinio. An Epinio git configuration is nothing but a kubernetes secret which has a special Label (See `internal/bridge/git`)

func Match

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

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

func Show

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

Show handles the API endpoint GET /gitconfigs/:gitconfig It returns the details of the specified git configuration

Types

This section is empty.

Jump to

Keyboard shortcuts

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