turbot/kubernetes_insights

Query: cronjob_configuration_detail

Usage

powerpipe query kubernetes_insights.query.cronjob_configuration_detail

Steampipe Tables

SQL

select
schedule as "Schedule",
active as "Active",
suspend as "Suspend",
concurrency_policy as "Concurrency Policy",
last_schedule_time as "Last Schedule Time",
last_successful_time as "Last Successful Time",
successful_jobs_history_limit as "Successful Jobs History Limit",
failed_jobs_history_limit as "Failed Jobs History Limit"
from
kubernetes_cronjob
where
uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: