Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPodAvailable ¶
func SortUpdateIndexes ¶
func SortUpdateIndexes(coreControl fuxicore.Control, strategy fuxiv1alpha1.FuxiUpdateStrategy, pods []*v1.Pod, waitUpdateIndexes []int) []int
Types ¶
type Interface ¶
type Interface interface { Scale(currentCS, updateCS *fuxiv1alpha1.Fuxi, currentRevision, updateRevision string, pods []*v1.Pod) (bool, error) Update(cs *fuxiv1alpha1.Fuxi, currentRevision, updateRevision *apps.ControllerRevision, revisions []*apps.ControllerRevision, pods []*v1.Pod) error }
Interface for managing pods scaling and updating.
Click to show internal directories.
Click to hide internal directories.