package
1.11.2
Repository: https://github.com/metal-toolbox/conditionorc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New returns a new orchestrator service with the given options set.
WithConcurrency sets the Orchestrator event concurrency, defaults to 1.
WithConditionDefs sets the configured condition definitions where the orchestrator can access them at runtime.
WithFacility sets a site-specific descriptor to focus the orchestrator's work.
WithFleetDBClient sets the database client to use on this Orchestrator.
WithListenAddress sets the Orchestrator listen address - for health checks.
WithLogger sets the logger on the Orchestrator type.
WithNotifier sets a notifier for condition state transition updates.
WithReplicas sets the number of replicas we'll use when instaintiating the NATS liveness and status KV buckets.
WithStore sets the storage repository on the Orchestrator type.
WithStreamBroker sets the event stream broker on the Orchestrator type.

# Variables

No description provided by the author
No description provided by the author

# Structs

Orchestrator type holds attributes of the condition orchestrator service.

# Type aliases

Option type sets a parameter on the Orchestrator type.