Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TopologyPolicy ¶
type TopologyPolicy[R runtime.Instance] interface { updater.AddHook[R] updater.DelHook[R] updater.UpdateHook[R] PolicyScaleIn() updater.PreferPolicy[R] PolicyUpdate() updater.PreferPolicy[R] }
func NewTopologyPolicy ¶
func NewTopologyPolicy[R runtime.Instance](ts []v1alpha1.ScheduleTopology, rev string, rs ...R) (TopologyPolicy[R], error)
Click to show internal directories.
Click to hide internal directories.