Documentation
¶
Overview ¶
Copyright (c) Alex Ellis 2017. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.
Index ¶
Constants ¶
View Source
const DefaultTemplateRepository = "https://github.com/openfaas/templates.git"
DefaultTemplateRepository contains the Git repo for the official templates
View Source
const (
// DefaultTemplatesStore is the URL where the official store can be found
DefaultTemplatesStore = "https://raw.githubusercontent.com/openfaas/store/master/templates.json"
)
View Source
const (
// NoTLSWarn Warning thrown when no SSL/TLS is used
NoTLSWarn = "WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates."
)
Variables ¶
This section is empty.
Functions ¶
func PullTemplates ¶
PullTemplates pulls templates from specified git remote. templateURL may be a pinned repository.
Types ¶
type DeployFlags ¶
type DeployFlags struct {
// contains filtered or unexported fields
}
DeployFlags holds flags that are to be added to commands.
type TemplateInfo ¶
type TemplateInfo struct { TemplateName string `json:"template"` Platform string `json:"platform"` Language string `json:"language"` Source string `json:"source"` Description string `json:"description"` Repository string `json:"repo"` Official string `json:"official"` }
TemplateInfo is the definition of a template which is part of the store
Source Files
¶
- bash_completion.go
- build.go
- cloud.go
- deploy.go
- describe.go
- errors.go
- faas.go
- fetch_templates.go
- generate.go
- invoke.go
- list.go
- login.go
- logout.go
- new_function.go
- priority.go
- push.go
- remove.go
- secret.go
- secret_create.go
- secret_list.go
- secret_remove.go
- secret_update.go
- store.go
- store_deploy.go
- store_inspect.go
- store_list.go
- template.go
- template_pull.go
- template_store.go
- template_store_describe.go
- template_store_list.go
- template_store_pull.go
- up.go
- update_gitignore.go
- validate.go
- version.go
Click to show internal directories.
Click to hide internal directories.