Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerformanceController ¶
type PerformanceController struct {
// contains filtered or unexported fields
}
func NewPerformanceController ¶
func NewPerformanceController(informerFactory informers.SharedInformerFactory, clientset kubernetes.Interface, config *config.Config, t target.Target) *PerformanceController
Instantiates a controller for watching and handling performance testing
func (*PerformanceController) Run ¶
func (c *PerformanceController) Run(stopCh chan struct{}) error
func (*PerformanceController) TestPod ¶
func (c *PerformanceController) TestPod(pod *api_v1.Pod)
func (*PerformanceController) Watch ¶
func (c *PerformanceController) Watch() chan struct{}
Watch creates the informerFactory and initializes the log watcher
Click to show internal directories.
Click to hide internal directories.