configurationbinding

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: 11 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/:namespace/applications/:app/configurationbindings (POST) It creates a binding between the specified configuration and application

func CreateConfigurationBinding added in v0.6.3

func CreateConfigurationBinding(
	ctx context.Context,
	cluster *kubernetes.Cluster,
	namespace string,
	app models.App,
	configurationNames []string,
) ([]string, apierror.APIErrors)

func Delete added in v1.8.1

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

Delete handles the API endpoint /namespaces/:namespace/applications/:app/configurationbindings/:configuration It removes the binding between the specified configuration and application

func DeleteBinding

func DeleteBinding(ctx context.Context, cluster *kubernetes.Cluster, namespace, appName, username string, configurationNames []string) apierror.APIErrors

Types

This section is empty.

Jump to

Keyboard shortcuts

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