Liking cljdoc? Tell your friends :D

pallet.core.session

Functions for querying sessions.

Functions for querying sessions.
raw docstring

*session*clj

Current session state

Current session state
sourceraw docstring

admin-groupclj

(admin-group session)

User that remote commands are run under

User that remote commands are run under
sourceraw docstring

admin-userclj

(admin-user session)

User that remote commands are run under.

User that remote commands are run under.
sourceraw docstring

effective-userclj

(effective-user session)

Return the effective username.

Return the effective username.
sourceraw docstring

group-nameclj

(group-name session)

Group name of the target-node.

Group name of the target-node.
sourceraw docstring

groups-with-roleclj

(groups-with-role session role)

All target groups with the specified role.

All target groups with the specified role.
sourceraw docstring

is-64bit?clj

(is-64bit? session)

Predicate for a 64 bit target

Predicate for a 64 bit target
sourceraw docstring

nodes-in-groupclj

(nodes-in-group session group-name)

All nodes with the specified group-name.

All nodes with the specified group-name.
sourceraw docstring

nodes-with-roleclj

(nodes-with-role session role)

All target nodes with the specified role.

All target nodes with the specified role.
sourceraw docstring

os-familyclj

(os-family session)

OS-Family of the target-node.

OS-Family of the target-node.
sourceraw docstring

os-versionclj

(os-version session)

OS-Family of the target-node.

OS-Family of the target-node.
sourceraw docstring

packagerclj

(packager session)
source

role->nodes-mapclj

(role->nodes-map session)

Returns a map from role to nodes.

Returns a map from role to nodes.
sourceraw docstring

safe-idclj

(safe-id unsafe-id)

Computes a configuration and filesystem safe identifier corresponding to a potentially unsafe ID

Computes a configuration and filesystem safe identifier corresponding to a
potentially unsafe ID
sourceraw docstring

sessionclj

(session)

Return the current session, which implements clojure's map interfaces.

Return the current session, which implements clojure's map interfaces.
sourceraw docstring

session!clj

(session! session)
source

session-contextcljmacro

(session-context pipeline-name event & args)

Defines a session context.

Defines a session context.
sourceraw docstring

targetclj

(target session)

Target server.

Target server.
sourceraw docstring

target-idclj

(target-id session)

Id of the target-node (unique for provider).

Id of the target-node (unique for provider).
sourceraw docstring

target-ipclj

(target-ip session)

IP of the target-node.

IP of the target-node.
sourceraw docstring

target-nameclj

(target-name session)

Name of the target-node.

Name of the target-node.
sourceraw docstring

target-nodeclj

(target-node session)

Target compute service node.

Target compute service node.
sourceraw docstring

target-nodesclj

(target-nodes session)

Target nodes for current converge.

Target nodes for current converge.
sourceraw docstring

targetsclj

(targets session)

Targets for current converge.

Targets for current converge.
sourceraw docstring

targets-in-groupclj

(targets-in-group session group-name)

All targets with the specified group-name.

All targets with the specified group-name.
sourceraw docstring

targets-with-roleclj

(targets-with-role session role)

All targets with the specified role.

All targets with the specified role.
sourceraw docstring

with-sessioncljmacro

(with-session session & body)
source

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

× close