Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ContainerLogDir is the prefix under which we place // container logs in cloud storage ContainerLogDir = "logs" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(client core.CoreV1Interface, prowJobClient *kube.Client, gcsConfig *gcsupload.Options) Controller
func (*Controller) Run ¶
func (c *Controller) Run(numWorkers int, stopCh chan struct{})
Click to show internal directories.
Click to hide internal directories.