PURISTA API / @purista/k8s-sdk / getHttpServer
Function: getHttpServer()
getHttpServer(
input
,name
):Hono
<BlankEnv
,BlankSchema
,"/"
>
Defined in: getHttpServer.impl.ts:21
Create a Hono web server. It adds per default the /healthz endpoint If services is set in options, all commands, which have defined http endpoints, will also be added as endpoints
The returned server is not started. You need to do it manually.
Parameters
input
the config
name
string
= 'K8sHttpHelperServer'
Returns
Hono
<BlankEnv
, BlankSchema
, "/"
>
a object with server, router, start and destroy functions and name var