Resource Type: kubernetes_container_state

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

Overview

ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • running

    Details about a running container

  • terminated

    Details about a terminated container

  • waiting

    Details about a waiting container

Parameters

  • name (namevar)

    Name of the container_state.

  • provider

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