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 ...
Click to show internal directories.
Click to hide internal directories.