Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "funktion", Short: "funktion is a Function as a Service (Lambda) style programming model for Kubernetes", Long: `Funktion lets you develop complex applications using simple functions and then bind those functions to any event source and run and scale your functions on top of kubernetes. For more documentation please see: https://funktion.fabric8.io/`, Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { cmd.Help() } }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.