Resource Type: kubernetes_container_state_waiting

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

Overview

ContainerStateWaiting is a waiting state of a container.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • message

    Message regarding why the container is not yet running.

  • reason

    (brief) reason the container is not yet running.

Parameters

  • name (namevar)

    Name of the container_state_waiting.

  • provider

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