Resource Type: kubernetes_job_status

Defined in:
lib/puppet/type/kubernetes_job_status.rb
Providers:
swagger

Overview

JobStatus represents the current state of a Job.

Properties

  • active

    Active is the number of actively running pods.

  • completion_time

    CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.

  • conditions

    Conditions represent the latest available observations of an object’s current state. More info: kubernetes.io/docs/user-guide/jobs

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • failed

    Failed is the number of pods which reached Phase Failed.

  • start_time

    StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.

  • succeeded

    Succeeded is the number of pods which reached Phase Succeeded.

Parameters

  • name (namevar)

    Name of the job_status.

  • provider

    The specific backend to use for this ‘kubernetes_job_status` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.