Liking cljdoc? Tell your friends :D

pallet.core.plan-state

Functions to manipulate the plan-state map. The plan-state represents all the cumulative settings information on the nodes in an operation.

Functions to manipulate the plan-state map. The plan-state represents all the
cumulative settings information on the nodes in an operation.
raw docstring

assoc-settingsclj

(assoc-settings plan-state node-id facility kw-values {:keys [instance-id]})

Set the settings for the specified host facility. The instance-id allows the specification of specific instance of the facility (the default is :default).

Set the settings for the specified host facility. The instance-id allows
the specification of specific instance of the facility (the default is
:default).
sourceraw docstring

get-settingsclj

(get-settings plan-state node-id facility {:keys [instance-id default]})

Retrieve the settings for the specified host facility. The instance-id allows the specification of specific instance of the facility. If passed a nil instance-id, then :default is used

Retrieve the settings for the specified host facility. The instance-id allows
the specification of specific instance of the facility. If passed a nil
`instance-id`, then `:default` is used
sourceraw docstring

update-settingsclj

(update-settings plan-state node-id facility f args {:keys [instance-id]})

Update the settings for the specified host facility. The instance-id allows the specification of specific instance of the facility (the default is :default).

Update the settings for the specified host facility. The instance-id allows
the specification of specific instance of the facility (the default is
:default).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close