package
0.2.3
Repository: https://github.com/redhat-gpe/agnostics.git
Documentation: pkg.go.dev

# Functions

NewCloud is the constructor for a new Cloud object.
NewGitCommit constructor for GitCommit.
No description provided by the author

# Constants

TaintEffectNoSchedule does not allow new deployments to be scheduled onto the cloud unless they tolerate the taint.
TaintEffectPreferNoSchedule is like TaintEffectNoSchedule, but the scheduler tries not to schedule new deployments onto the cloud, rather than prohibiting new deployment from scheduling onto the cloud entirely.
No description provided by the author
No description provided by the author

# Variables

ErrGitRepoNoURLs error when the Repository doesn't have any remote URLs defined.

# Structs

The Cloud is the main object that the scheduler work with.
No description provided by the author
No description provided by the author
No description provided by the author
Placement object to track where a deployment goes.
No description provided by the author
Taint : The cloud this taint is attached to has the "effect" on any deployment that does not tolerate the Taint.
Toleration : The deployment this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.