Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
func NewDeployer ¶
func NewDeployer() *Deployer
type Describer ¶
type Describer struct { Verbose bool // contains filtered or unexported fields }
func NewDescriber ¶
func (*Describer) Describe ¶
func (describer *Describer) Describe(name string) (description faas.FunctionDescription, err error)
Describe by name. Note that the consuming API uses domain style notation, whereas Kubernetes restricts to label-syntax, which is thus escaped. Therefore as a knative (kube) implementation detal proper full names have to be escaped on the way in and unescaped on the way out. ex: www.example-site.com -> www-example--site-com
type Remover ¶
func NewRemover ¶
func NewRemover() *Remover
Click to show internal directories.
Click to hide internal directories.