Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const ExposeRecommendedName + const NewAppRecommendedCommandName + const RoutePollTimeout + const StatusRecommendedName + func CheckGitInstalled(w io.Writer) + func CompleteAppConfig(config *newcmd.AppConfig, f kcmdutil.Factory, c *cobra.Command, args []string) error + func HandleError(err error, baseName, commandName, commandPath string, config *newcmd.AppConfig, ...) error + func NewCmdNewApplication(name, baseName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func SetAnnotations(annotations map[string]string, result *newcmd.AppResult) error + func SetLabels(labels map[string]string, result *newcmd.AppResult) error + func TransformRunError(err error, baseName, commandName, commandPath string, groups ErrorGroups, ...) + func UsageError(commandPath, format string, args ...interface{}) error + type AppOptions struct + func NewAppOptions(streams genericclioptions.IOStreams) *AppOptions + func (o *AppOptions) Complete(baseName, commandName string, f kcmdutil.Factory, c *cobra.Command, ...) error + func (o *AppOptions) RunNewApp() error + type ErrorGroup struct + type ErrorGroups map[string]ErrorGroup + func (g ErrorGroups) Add(group string, suggestion string, classification string, err error, ...) + type ObjectGeneratorOptions struct + Action bulk.BulkAction + BaseName string + CommandName string + CommandPath string + Config *newcmd.AppConfig + LogsForObject polymorphichelpers.LogsForObjectFunc + PrintFlags *genericclioptions.PrintFlags + Printer printers.ResourcePrinter + func (o *ObjectGeneratorOptions) Complete(baseName, commandName string, f kcmdutil.Factory, c *cobra.Command, ...) error