Resource Type: kubernetes_container_state_running

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

Overview

ContainerStateRunning is a running state of a container.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • started_at

    Time at which the container was last (re-)started

Parameters

  • name (namevar)

    Name of the container_state_running.

  • provider

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