Documentation
¶
Index ¶
- func OverlayFSFullRun(ctx context.Context, b *testing.B, imageRef string, readyLine string, ...)
- func PullImageFromECR(ctx context.Context, b *testing.B, imageRef string)
- func SociFullRun(ctx context.Context, b *testing.B, imageRef string, indexDigest string, ...)
- func SociRPullPullImage(ctx context.Context, b *testing.B, imageRef string, indexDigest string)
- func StargzFullRun(ctx context.Context, b *testing.B, imageRef string, readyLine string, ...)
- type ImageDescriptor
- type SociContainerdProcess
- type SociProcess
- type StargzContainerdProcess
- type StargzProcess
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OverlayFSFullRun ¶
func SociFullRun ¶
func SociRPullPullImage ¶
Types ¶
type ImageDescriptor ¶
type ImageDescriptor struct { ShortName string ImageRef string SociIndexManifestRef string ReadyLine string }
func GetImageListFromCsv ¶
func GetImageListFromCsv(csvLoc string) ([]ImageDescriptor, error)
type SociContainerdProcess ¶
type SociContainerdProcess struct {
*framework.ContainerdProcess
}
func (*SociContainerdProcess) CreateSociContainer ¶
func (proc *SociContainerdProcess) CreateSociContainer( ctx context.Context, image containerd.Image) (containerd.Container, func(), error)
func (*SociContainerdProcess) SociRPullImageFromECR ¶
func (proc *SociContainerdProcess) SociRPullImageFromECR( ctx context.Context, imageRef string, sociIndexDigest string, awsSecretFile string) (containerd.Image, error)
type SociProcess ¶
type SociProcess struct {
// contains filtered or unexported fields
}
func (*SociProcess) StopProcess ¶
func (proc *SociProcess) StopProcess()
type StargzContainerdProcess ¶
type StargzContainerdProcess struct {
*framework.ContainerdProcess
}
func (*StargzContainerdProcess) StargzRpullImageFromECR ¶
func (proc *StargzContainerdProcess) StargzRpullImageFromECR( ctx context.Context, imageRef string, awsSecretFile string) (containerd.Image, error)
type StargzProcess ¶
type StargzProcess struct {
// contains filtered or unexported fields
}
func StartStargz ¶
func (*StargzProcess) StopProcess ¶
func (proc *StargzProcess) StopProcess()
Click to show internal directories.
Click to hide internal directories.