Versions in this module Expand all Collapse all v0 v0.0.9 Jan 28, 2019 Changes in this version type Service + EnvSecrets []string v0.0.8 Jan 12, 2019 Changes in this version + var YAML string v0.0.7 Dec 18, 2018 Changes in this version + func NewDeployCmd(clientset *client.ConfigSet) *cobra.Command + type Build struct + Args []string + Buildtemplate string + Command []string + Image string + Name string + Revision string + Source string + Step string + func (b *Build) Deploy(clientset *client.ConfigSet) error + type Buildtemplate struct + File string + Name string + RegistrySecret string + func (b *Buildtemplate) Deploy(clientset *client.ConfigSet) (string, error) + type Channel struct + Name string + Provisioner string + func (c *Channel) Deploy(clientset *client.ConfigSet) error + type Service struct + Annotations map[string]string + BuildArgs []string + Buildtemplate string + Env []string + Labels []string + Name string + PullPolicy string + RegistrySecret string + ResultImageTag string + Revision string + Source string + Wait bool + YAML string + func (s *Service) Deploy(clientset *client.ConfigSet) error + func (s *Service) DeployYAML(functions []string, clientset *client.ConfigSet) (services []Service, err error)