Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTempArchive ¶ added in v0.1.72
func NewTempArchive() (*archive, error)
Types ¶
type BindConfig ¶ added in v0.1.19
type BindMounter ¶ added in v0.1.19
type BindMounter struct {
// contains filtered or unexported fields
}
func NewBindMounter ¶ added in v0.1.19
func NewBindMounter(cfg BindConfig) *BindMounter
type DockerRuntime ¶
type DockerRuntime struct {
// contains filtered or unexported fields
}
func NewDockerRuntime ¶
func NewDockerRuntime(opts ...Option) (*DockerRuntime, error)
func (*DockerRuntime) HealthCheck ¶
func (d *DockerRuntime) HealthCheck(ctx context.Context) error
type KubernetesConfig ¶ added in v0.1.31
type KubernetesConfig struct {
AllNamespaces string `json:"allNamespaces,omitempty"`
}
KubernetesConfig contains Kubernetes orchestrator settings
type Option ¶
type Option = func(rt *DockerRuntime)
func WithBroker ¶ added in v0.1.63
func WithConfig ¶ added in v0.1.31
func WithMounter ¶
func WithSandbox ¶ added in v0.1.85
type TmpfsMounter ¶ added in v0.1.20
type TmpfsMounter struct { }
func NewTmpfsMounter ¶ added in v0.1.20
func NewTmpfsMounter() *TmpfsMounter
type VolumeMounter ¶ added in v0.1.19
type VolumeMounter struct {
// contains filtered or unexported fields
}
func NewVolumeMounter ¶ added in v0.1.19
func NewVolumeMounter() (*VolumeMounter, error)
Click to show internal directories.
Click to hide internal directories.