configuration

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigurationApps added in v1.8.1

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

ConfigurationApps handles the API endpoint GET /namespaces/:namespace/configurationapps It returns a map from configurations to the apps they are bound to, in the specified namespace.

func Create added in v1.8.1

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

Create handles the API end point /namespaces/:namespace/configurations It creates the named configuration from its parameters

func Delete added in v1.8.1

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

Delete handles the API end point /namespaces/:namespace/configurations/:configuration (DELETE) It deletes the named configuration

func FullIndex added in v1.8.1

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

FullIndex handles the API endpoint GET /configurations It lists all the known applications in all namespaces, with and without workload.

func Index added in v1.8.1

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

Index handles the API end point /namespaces/:namespace/configurations It returns a list of all known configuration instances

func Match added in v1.8.1

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

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

func Replace added in v1.8.1

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

Replace handles the API endpoint PUT /namespaces/:namespace/configurations/:app It replaces the specified configuration.

func Show added in v1.8.1

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

Show handles the API end point /namespaces/:namespace/configurations/:configuration It returns the detail information of the named configuration instance

func Update added in v1.8.1

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

Update handles the API endpoint PATCH /namespaces/:namespace/configurations/:app It modifies the keys and values of the specified configuration.

Types

This section is empty.

Jump to

Keyboard shortcuts

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