package
0.0.0-20230710055954-160a1fae968e
Repository: https://github.com/codejamninja/volback.git
Documentation: pkg.go.dev
# Functions
DetectCattle returns true if the Volback is running on the orchestrator Cattle.
DetectDocker tries to detect a Docker orchestrator by connecting to the endpoint.
DetectKubernetes returns true if Volback is running on the orchestrator Kubernetes.
NewCattleOrchestrator creates a Cattle client.
NewDockerOrchestrator creates a Docker client.
NewKubernetesOrchestrator creates a Kubernetes client.
# Structs
CattleConfig stores Cattle configuration.
CattleOrchestrator implements a container orchestrator for Cattle.
DockerConfig stores Docker configuration.
DockerOrchestrator implements a container orchestrator for Docker.
KubernetesConfig stores Kubernetes configuration.
KubernetesOrchestrator implements a container orchestrator for Kubernetes.
# Interfaces
Orchestrator implements a container Orchestrator interface.