🚀Launch Week 08, April 14th - 18th, 2025🚀
Mods
ServiceNow

Policy: Kubernetes > CronJob > ServiceNow > Table > Definition

The policy enables the definition of ServiceNow table properties, including its name and the base table from which it extends, and details the specific columns required for representing Kubernetes > CronJob data.

Targets

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Policy Specification

Schema Type
object
Default
table:
name: guardrails_kubernetes_cronjob
label: Kubernetes > CronJob
extendsTable: cmdb_ci
columns:
- name: annotations
label: Annotations
type: string
size: 10000
- name: cluster_name
label: Cluster Name
type: string
- name: cluster_uid
label: Cluster UID
type: string
size: 50
- name: concurrency_policy
label: Concurrency Policy
type: string
- name: creation_timestamp
label: Creation Timestamp
size: 50
- name: cron_job_schedule
label: CronJob Schedule
type: string
- name: deletion_grace_period_seconds
label: Deletion Grace Period Seconds
type: integer
- name: failed_jobs_history_limit
label: Failed Jobs History Limit
type: integer
- name: generate_name
label: Generate Name
type: string
- name: generation
label: Generation
type: integer
- name: job_template
label: Job Template
type: string
size: 10000
- name: labels
label: Labels
type: string
size: 10000
- name: last_schedule_time
label: Last Schedule Time
- name: last_successful_time
label: Last Successful Time
- name: name
label: Name
type: string
size: 255
- name: namespace
label: Namespace
- name: successful_jobs_history_limit
label: Successful Jobs History Limit
type: integer
- name: suspend
label: Suspend
type: boolean
- name: uid
label: UID
size: 50

Category

In Your Workspace

Developers