Versions in this module Expand all Collapse all v2 v2.0.0 Jun 9, 2022 Changes in this version + var IdentityResourceCustomizer = func(object ctrl.Object) ctrl.Object + var KamelCLIDownloadDescription = ... + var KamelCLIDownloadDisplayName = "kamel - Apache Camel K Command Line Interface" + var KamelCLIDownloadName = "kamel-cli" + var KamelCLIDownloadURLTemplate = "https://github.com/apache/camel-k/releases/download/v%s/camel-k-client-%s-%s-64bit.tar.gz" + var RemoveIngressRoleCustomizer = func(object ctrl.Object) ctrl.Object + func BindKnativeAddressableResolverClusterRole(ctx context.Context, c kubernetes.Interface, namespace string) error + func BuilderServiceAccountRoles(ctx context.Context, c client.Client, namespace string, ...) error + func ExampleOrCollect(ctx context.Context, c client.Client, namespace string, ...) error + func KameletCatalog(ctx context.Context, c client.Client, namespace string) error + func KameletViewerRole(ctx context.Context, c client.Client, namespace string) error + func ObjectOrCollect(ctx context.Context, c client.Client, namespace string, ...) error + func OpenShiftConsoleDownloadLink(ctx context.Context, c client.Client) error + func OperatorOrCollect(ctx context.Context, cmd *cobra.Command, c client.Client, ...) error + func OperatorStartupOptionalTools(ctx context.Context, c client.Client, namespace string, ...) + func PlatformOrCollect(ctx context.Context, c client.Client, clusterType string, namespace string, ...) (*v1.IntegrationPlatform, error) + func RegistrySecretFromFileOrCollect(ctx context.Context, c client.Client, namespace string, file string, ...) (string, error) + func RegistrySecretOrCollect(ctx context.Context, c client.Client, namespace string, auth registry.Auth, ...) (string, error) + func Resource(ctx context.Context, c client.Client, namespace string, force bool, ...) error + func ResourceOrCollect(ctx context.Context, c client.Client, namespace string, ...) error + func Resources(ctx context.Context, c client.Client, namespace string, force bool, ...) error + func ResourcesOrCollect(ctx context.Context, c client.Client, namespace string, ...) error + func SetupClusterWideResourcesOrCollect(ctx context.Context, clientProvider client.Provider, ...) error + func WaitForAllCrdInstallation(ctx context.Context, clientProvider client.Provider, timeout time.Duration) error + type OperatorConfiguration struct + ClusterType string + CustomImage string + CustomImagePullPolicy string + EnvVars []string + Global bool + Health OperatorHealthConfiguration + Monitoring OperatorMonitoringConfiguration + Namespace string + NodeSelectors []string + ResourcesRequirements []string + Tolerations []string + type OperatorHealthConfiguration struct + Port int32 + type OperatorMonitoringConfiguration struct + Enabled bool + Port int32 + type ResourceCustomizer func(object ctrl.Object) ctrl.Object Other modules containing this package github.com/lendi-au/camel-k