# Functions
Accept returns an accept call with the given parameters.
AcceptInverseOffers returns an accept-inverse-offers call for the given offer IDs.
Acknowledge returns an acknowledge call with the given parameters.
AcknowledgeOperationStatus acks the receipt of an operation status update.
CallNoData is a convenience func that executes the given Call using the provided Caller and always drops the response data.
Decline returns a decline call with the given parameters.
DeclineInverseOffers returns a decline-inverse-offers call for the given offer IDs.
Filters sets a scheduler.Call's internal Filters, required for Accept and Decline calls.
Framework sets a scheduler.Call's FrameworkID.
Kill returns a kill call with the given parameters.
Message returns a message call with the given parameters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OpLaunch returns a launch operation builder for the given tasks.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Reconcile returns a reconcile call with the given parameters.
ReconcileOperations allows the scheduler to query the status of operations.
ReconcileTasks constructs a []Call_Reconcile_Task from the given mappings: map[string]string{taskID:agentID} Map keys (taskID's) are required to be non-empty, but values (agentID's) *may* be empty.
RefuseSeconds returns a calls.Filters option that sets RefuseSeconds to the given duration.
RefuseSecondsWithJitter returns a calls.Filters option that sets RefuseSeconds to a random number of seconds between 0 and the given duration.
Request returns a resource request call with the given parameters.
Revive returns a revive call.
Revive returns a revive call with the given filters.
Shutdown returns a shutdown call with the given parameters.
Subscribe returns a subscribe call with the given parameters.
SubscribeTo returns an option that configures a SUBSCRIBE call w/ a framework ID.
Suppress returns a suppress call.
Suppress returns a suppress call with the given filters.
UpdateFramework updates the FrameworkInfo.
# Structs
AckError wraps a caller-generated error and tracks the call that failed.
ReconcileOperationRequest is a convenience type for which each instance maps to an instance of scheduler.Call_ReconcileOfferOperations_Operation.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author