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

Documentation

Index

Constants

View Source
const (
	Source = "git-tar"
	GitLab = "gitlab"
	GitHub = "github"
)

Source of this event for auditing

View Source
const ConfigFileName = "com.openfaas.docker.config"

ConfigFileName for Docker bundle

Variables

This section is empty.

Functions

func GitHubCloneURL

func GitHubCloneURL(pushEvent sdk.PushEvent) (string, error)

GitHubCloneURL builds a URL from an sdk.PushEvent on how to clone a GitHub repository

func GitLabCloneURL

func GitLabCloneURL(pushEvent sdk.PushEvent) (string, error)

GitLabCloneURL builds a URL from an sdk.PushEvent on how to clone a GitLab repository

func Handle

func Handle(req []byte) []byte

Handle clones the git repo and checks out the SHA then uses the OpenFaaS CLI to shrinkwrap a tarball to be build with Docker

Types

type GarbageRequest

type GarbageRequest struct {
	Functions []string `json:"functions"`
	Repo      string   `json:"repo"`
	Owner     string   `json:"owner"`
}

type GitRepoFetcher

type GitRepoFetcher struct {
}

func (GitRepoFetcher) Checkout

func (c GitRepoFetcher) Checkout(commitID, path string) error

func (GitRepoFetcher) Clone

func (c GitRepoFetcher) Clone(url, path string) error

type RepoFetcher

type RepoFetcher interface {
	Clone(url, path string) error
	Checkout(commitID, path string) error
}

Jump to

Keyboard shortcuts

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