Versions in this module Expand all Collapse all v0 v0.0.10 Mar 19, 2019 Changes in this version + type Service struct + Annotations map[string]string + BuildArgs []string + BuildTimeout string + Buildtemplate string + Concurrency int + Cronjob struct{ ... } + Env []string + EnvSecrets []string + Labels []string + Name string + Namespace string + PullPolicy string + Registry string + RegistrySecret string + ResultImageTag string + Revision string + Source string + func (s *Service) CreateCronjobSource(clientset *client.ConfigSet) error + func (s *Service) Delete(clientset *client.ConfigSet) error + func (s *Service) DeleteYAML(filepath string, functions []string, clientset *client.ConfigSet) (err error) + func (s *Service) Deploy(clientset *client.ConfigSet) (string, error) + func (s *Service) DeployYAML(YAML string, functionsToDeploy []string, clientset *client.ConfigSet) (services []Service, err error) + func (s *Service) Get(clientset *client.ConfigSet) (*servingv1alpha1.Service, error) + func (s *Service) List(clientset *client.ConfigSet) (*servingv1alpha1.ServiceList, error)