Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CamelVersion is the version of the Apache Camel core library to use CamelVersion = "2.23.1" // IntegrationPlatformName is the standard name of the Camel K IntegrationPlatform resource IntegrationPlatformName = "camel-k" )
Variables ¶
This section is empty.
Functions ¶
func MakeContext ¶
func MakeContext(namespace string, image string) *camelv1alpha1.IntegrationContext
func MakeIntegration ¶
func MakeIntegration(args *CamelArguments) (*camelv1alpha1.Integration, error)
func MakePlatform ¶
func MakePlatform(namespace string) *camelv1alpha1.IntegrationPlatform
Types ¶
type CamelArguments ¶
type CamelArgumentsSource ¶
func BuildSourceCode ¶
func BuildSourceCode(source *v1alpha1.CamelSource) (CamelArgumentsSource, error)
BuildSourceCode creates the Camel flow code corresponding to the requested source
Click to show internal directories.
Click to hide internal directories.