Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GITCOMMIT = "HEAD"
)
View Source
var ( RootCmd = &cobra.Command{ Use: "short-server", Short: "Manageable Kubernetes manifests using koki/short through a REST API", Long: `Short converts the api-friendly kubernetes manifests into ops-friendly syntax. Full documentation available at https://docs.koki.io/short `, RunE: func(c *cobra.Command, args []string) error { return serve(c, args) }, SilenceUsage: true, } )
Functions ¶
This section is empty.
Types ¶
type ConvertBody ¶
Click to show internal directories.
Click to hide internal directories.