Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPodWatcher ¶
func NewPodWatcher() monitortestframework.MonitorTest
Types ¶
type ByPodLifecycle ¶
type ByPodLifecycle monitorapi.Intervals
func (ByPodLifecycle) Len ¶
func (n ByPodLifecycle) Len() int
func (ByPodLifecycle) Less ¶
func (n ByPodLifecycle) Less(i, j int) bool
func (ByPodLifecycle) Swap ¶
func (n ByPodLifecycle) Swap(i, j int)
type Recorder ¶
type Recorder interface {
Record(conditions ...monitorapi.Condition)
}
type SimultaneousPodIPController ¶
type SimultaneousPodIPController struct {
// contains filtered or unexported fields
}
func NewSimultaneousPodIPController ¶
func NewSimultaneousPodIPController( recorder Recorder, podInformer informercorev1.PodInformer, ) *SimultaneousPodIPController
func (*SimultaneousPodIPController) Enqueue ¶
func (c *SimultaneousPodIPController) Enqueue(obj interface{})
func (*SimultaneousPodIPController) Run ¶
func (c *SimultaneousPodIPController) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.