connector

package
v1.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// JobsServicesHTTPRouteEnv Job service HTTP URL env
	JobsServicesHTTPRouteEnv = "KOGITO_JOBS_SERVICE_URL"
	// TrustyHTTPRouteEnv Trusty HTTP URL env
	TrustyHTTPRouteEnv = "KOGITO_TRUSTY_ENDPOINT"
	// TrustyWSRouteEnv Trusty WS URL env
	TrustyWSRouteEnv = "KOGITO_TRUSTY_WS_URL"
	// DataIndexHTTPRouteEnv Data index HTTP URL env
	DataIndexHTTPRouteEnv = "KOGITO_DATAINDEX_HTTP_URL"
	// DataIndexWSRouteEnv Data index WS URL env
	DataIndexWSRouteEnv = "KOGITO_DATAINDEX_WS_URL"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type URLHandler

type URLHandler interface {
	InjectDataIndexURLIntoSupportingService(key types.NamespacedName, serviceTypes ...api.ServiceType) error
	InjectDataIndexEndPointOnKogitoRuntimeServices(key types.NamespacedName) error
	InjectJobsServicesEndPointOnKogitoRuntimeServices(key types.NamespacedName) error
	InjectTrustyEndpointOnKogitoRuntimeServices(key types.NamespacedName) error
	InjectDataIndexEndpointOnDeployment(deployment *appsv1.Deployment) error
	InjectJobsServiceEndpointOnDeployment(deployment *appsv1.Deployment) error
	InjectTrustyEndpointOnDeployment(deployment *appsv1.Deployment) error
}

URLHandler ...

func NewURLHandler

func NewURLHandler(context operator.Context, runtimeHandler manager.KogitoRuntimeHandler, supportingServiceHandler manager.KogitoSupportingServiceHandler) URLHandler

NewURLHandler ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL