Documentation ¶
Index ¶
- Variables
- func InitContainerdWorker()
- func InitOCIWorker()
- func NewRegistry(dir string) (url string, cl func() error, err error)
- func OfficialImages(names ...string) map[string]string
- func Register(w Worker)
- func Run(t *testing.T, testCases []Test, opt ...TestOpt)
- type ConfigUpdater
- type Sandbox
- type SandboxConf
- type SandboxOpt
- type Test
- type TestConf
- type TestOpt
- type Worker
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorRequirements = errors.Errorf("missing requirements")
Functions ¶
func InitContainerdWorker ¶ added in v0.5.0
func InitContainerdWorker()
func InitOCIWorker ¶ added in v0.5.0
func InitOCIWorker()
func NewRegistry ¶ added in v0.5.0
func OfficialImages ¶
Types ¶
type ConfigUpdater ¶ added in v0.5.0
type SandboxConf ¶
type SandboxConf struct {
// contains filtered or unexported fields
}
func (*SandboxConf) Mirror ¶ added in v0.5.0
func (sc *SandboxConf) Mirror() string
func (*SandboxConf) Value ¶ added in v0.5.0
func (sc *SandboxConf) Value(k string) interface{}
type SandboxOpt ¶
type SandboxOpt func(*SandboxConf)
func WithMirror ¶
func WithMirror(h string) SandboxOpt
Click to show internal directories.
Click to hide internal directories.