Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodmanRuntime ¶
type PodmanRuntime struct {
// contains filtered or unexported fields
}
PodmanRuntime is a runtime that uses podman to run tasks in containers on the host machine using podman as the container runtime engine and the podman CLI to manage containers.
func NewPodmanRuntime ¶
func NewPodmanRuntime(opts ...Option) *PodmanRuntime
func (*PodmanRuntime) HealthCheck ¶
func (d *PodmanRuntime) HealthCheck(ctx context.Context) error
type VolumeMounter ¶
type VolumeMounter struct { }
func NewVolumeMounter ¶
func NewVolumeMounter() *VolumeMounter
Click to show internal directories.
Click to hide internal directories.