Documentation ¶
Overview ¶
Package prefetch exports suite that can do prefetch of required images once per suite.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IsExcluded is using for filtering applications that should not be used in the prefetching. IsExcluded = regexp.MustCompile("(.*-sriov)|(.*-vfio)").MatchString )
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.1.0
type Config struct { ImagesPerDaemonset int `default:"10" desc:"Number of images created per DaemonSet" split_words:"true"` Timeout string `default:"10m" desc:"Kubectl rollout status timeout for the DaemonSet" split_words:"true"` }
Config is env config to setup images prefetching.
Directories ¶
Path | Synopsis |
---|---|
Package images provides helpful utilities for searching images for prefetching.
|
Package images provides helpful utilities for searching images for prefetching. |
Package sriov can be used to enable prefetching of SRIOV related applications
|
Package sriov can be used to enable prefetching of SRIOV related applications |
Click to show internal directories.
Click to hide internal directories.