function

package
v0.0.0-...-f1c27b4 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2020 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handle

func Handle(req []byte) string

Handle uses SealedSecrets to bind the secrets to the cluster so the buildshiprun can bind user secrets to function

Types

type SealedSecret

type SealedSecret struct {
	ApiVersion string             `yaml:"apiVersion"`
	Kind       string             `yaml:"kind"`
	Metadata   *metav1.ObjectMeta `yaml:"metadata"`
	Spec       SealedSecretSpec   `yaml:"spec"`
}

type SealedSecretSpec

type SealedSecretSpec struct {
	EncryptedData map[string]string `yaml:"encryptedData"`
}

Jump to

Keyboard shortcuts

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