Resource Type: kubernetes_container_state_terminated
- Defined in:
- lib/puppet/type/kubernetes_container_state_terminated.rb
- Providers:
-
swagger
Overview
ContainerStateTerminated is a terminated state of a container.
Properties
-
container_id
Container’s ID in the format ‘docker://<container_id>’
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
exit_code
Exit status from the last termination of the container
-
finished_at
Time at which the container last terminated
-
message
Message regarding the last termination of the container
-
reason
(brief) reason from the last termination of the container
-
signal
Signal from the last termination of the container
-
started_at
Time at which previous execution of the container started
Parameters
-
name (namevar)
Name of the container_state_terminated.
-
provider
The specific backend to use for this ‘kubernetes_container_state_terminated` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.