Resource Type: kubernetes_node_condition
- Defined in:
- lib/puppet/type/kubernetes_node_condition.rb
- Providers:
-
swagger
Overview
NodeCondition contains condition information for a node.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
last_heartbeat_time
Last time we got an update on a given condition.
-
last_transition_time
Last time the condition transit from one status to another.
-
message
Human readable message indicating details about last transition.
-
reason
(brief) reason for the condition’s last transition.
-
status
Status of the condition, one of True, False, Unknown.
-
type
Type of node condition.
Parameters
-
name (namevar)
Name of the node_condition.
-
provider
The specific backend to use for this ‘kubernetes_node_condition` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.