Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlanChecker ¶
type PlanChecker struct {
// contains filtered or unexported fields
}
func NewPlanChecker ¶
func NewPlanChecker(config *config.PlanCheckConfig, logger lager.Logger) *PlanChecker
func (PlanChecker) CheckPlan ¶
func (pc PlanChecker) CheckPlan(policy models.ScalingPolicy, planID string) (bool, string, error)
func (PlanChecker) IsPlanUpdatable ¶
func (pc PlanChecker) IsPlanUpdatable(planID string) (bool, error)
Click to show internal directories.
Click to hide internal directories.