Closed sydrawat01 closed 11 months ago
Configure reconciler to monitor ConfigMap for the following values:
NAME=
URL=
IS_PAUSED=
NUM_RETRIES=
UPTIME_SLA=
RESPONSE_TIME_SLA=
USE_SSL=
RESPONSE_STATUS_CODE=
CHECK_INTERVAL_IN_SECONDS=
Three cron.Spec
values are doubtful if required in the custom controller logic and ConfigMap:
is_paused
use_ssl
res_code
Cron.Spec
to include other parameters from the REST APIhttpCheck/
endpointcontroller
to watch for changes and update theCronJob
based on the custom resource definition.