Versions in this module Expand all Collapse all v1 v1.6.2 Jun 9, 2022 Changes in this version + const DefaultConfigLocation + const DefaultConfigName + const KamelTagName + const Kilobyte + const MapstructureTagName + const Megabyte + var VersionVariant = "" + func DeleteIntegration(ctx context.Context, c client.Client, name string, namespace string) error + func GetContainerIntegrationRunCommand(ctx context.Context, properties []string, dependencies []string, ...) (*exec.Cmd, error) + func NewKamelCommand(ctx context.Context) (*cobra.Command, error) + func NewKamelWithModelineCommand(ctx context.Context, osArgs []string) (*cobra.Command, []string, error) + func RunLocalIntegrationRunCommand(ctx context.Context, properties []string, dependencies []string, ...) error + type Config struct + func LoadConfiguration() (*Config, error) + func (cfg *Config) Delete(path string) + func (cfg *Config) Save() error + func (cfg *Config) SetNode(nodeID string, nodeValues map[string]interface{}) + func (cfg *Config) Update(cmd *cobra.Command, nodeID string, data interface{}, changedOnly bool) + type RootCmdOptions struct + Context context.Context + ContextCancel context.CancelFunc + KubeConfig string + Namespace string + RootContext context.Context + Verbose bool + func (command *RootCmdOptions) GetCamelCmdClient() (*v1.CamelV1Client, error) + func (command *RootCmdOptions) GetCmdClient() (client.Client, error) + func (command *RootCmdOptions) NewCmdClient() (client.Client, error) + func (command *RootCmdOptions) PrintVerboseOut(cmd *cobra.Command, a ...interface{}) + func (command *RootCmdOptions) PrintfVerboseErrf(cmd *cobra.Command, format string, a ...interface{}) + func (command *RootCmdOptions) PrintfVerboseOutf(cmd *cobra.Command, format string, a ...interface{}) + type Source struct + Compress bool + Content string + Local bool + Location string + Name string + Origin string + func ResolveLocalSource(location string, compress bool) (Source, error) + func ResolveSources(ctx context.Context, locations []string, compress bool, cmd *cobra.Command) ([]Source, error) Other modules containing this package github.com/lendi-au/camel-k/v2