Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( kubeClient kubernetes.Interface, kfnClient clientset.Interface, deployementInformer appsinformers.DeploymentInformer, configMapInformer coreinformers.ConfigMapInformer, functionInformer informers.FunctionInformer, functionBaseConfig FunctionDefaultConfig) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error
type FunctionConfig ¶
type FunctionConfig struct { Function map[string]string Consumer map[string]string Producer map[string]string }
FunctionConfig represents the configuration passed to the Function runtime.
func (*FunctionConfig) SerializeAsProperties ¶
func (cfg *FunctionConfig) SerializeAsProperties() string
SerializeAsProperties serializes the FunctionConfig as properties
Click to show internal directories.
Click to hide internal directories.