Categorygithub.com/deepfence/vessel
modulepackage
0.12.4
Repository: https://github.com/deepfence/vessel.git
Documentation: pkg.go.dev

# README

Vessel :vessel:

Vessel is the Go based utility that autodetects underlying Container Runtime in Kubernetes.

Containerd namespace

Vessel scans every available namespaces from containerd. Current behavior consists of issuing a command to every namespace until one succeeds.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AutoDetectRuntime auto detects the underlying container runtime like docker, containerd.
GetAddressAndDialer returns the address parsed from the given endpoint and a context dialer.
NewRuntime Auto detect and returns the runtime available for the current system.

# Interfaces

Runtime interface, interfaces all the container runtime methods.