Initializers tracks the progress of initialization.
Properties
ensure (defaults to: present)
The basic property that the resource should be in.
Supported values:
present
absent
pending
Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.
result
If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.
Parameters
name (namevar)
Name of the initializers.
provider
The specific backend to use for this ‘kubernetes_initializers` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.