Resource Type: kubernetes_pod_condition
- Defined in:
- lib/puppet/type/kubernetes_pod_condition.rb
- Providers:
-
swagger
Overview
PodCondition contains details for the current condition of this pod.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
last_probe_time
Last time we probed the condition.
-
last_transition_time
Last time the condition transitioned from one status to another.
-
message
Human-readable message indicating details about last transition.
-
reason
Unique, one-word, CamelCase reason for the condition’s last transition.
-
status
Status is the status of the condition. Can be True, False, Unknown. More info: kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
-
type
Type is the type of the condition. Currently only Ready. More info: kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
Parameters
-
name (namevar)
Name of the pod_condition.
-
provider
The specific backend to use for this ‘kubernetes_pod_condition` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.