turbot/kubernetes_insights

Query: job_input

Usage

powerpipe query kubernetes_insights.query.job_input

Steampipe Tables

SQL

select
title as label,
uid as value,
json_build_object(
'namespace', namespace,
'context_name', context_name
) as tags
from
kubernetes_job
order by
title;