package
3.0.0-alpha9+incompatible
Repository: https://github.com/opensvc/om3.git
Documentation: pkg.go.dev
# Functions
LocalExpand resolves a selector expression into a list of object paths without asking the daemon for nodes information.
New allocates a new node selector.
WithClient sets the client struct key.
WithLocal forces the selection to be expanded without asking the daemon, which might result in an sub-selection of what the daemon would expand the selector to.
WithClient sets the client struct key.
WithNodesInfo allow in-daemon callers to bypass nodesinfo.Load and nodesinfo.Req as they can access the NodesInfo faster from the data bus.
WithServer sets the server struct key.