package
0.0.0-20240515040553-bf1b93e82894
Repository: https://github.com/elankath/scaler-simulator.git
Documentation: pkg.go.dev

# Functions

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
CreateNodeInWorkerGroup creates a sample node if the passed workerGroup objects max has not been met.
No description provided by the author
CreateNodesTillPoolMax creates sample nodes in the given worker pool till the worker pool max is reached.
CreateNodesTillZonexPoolMax creates sample nodes in the given worker pool till the worker pool max is reached.
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
No description provided by the author
GetFailedSchedulingEvents get all FailedSchedulingEvents whose referenced pod does not have a node assigned FIXME: This should take a since time.Time which is the scenario start time.
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
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
No description provided by the author
NewRunGroup creates a new RunGroup.
No description provided by the author
No description provided by the author
RunConcurrently runs tasks concurrently with number of goroutines bounded by bound.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrorEncapsulatingPanic is a sentinel error indicating that there has been a panic which has been captured as an error and returned as value.

# Structs

No description provided by the author
RunGroup is a runner for concurrently spawning multiple asynchronous tasks.
Task is a holder for a named function.