package
0.0.0-20240830210906-6353a5ff0f2e
Repository: https://github.com/joyrex2001/kubedock.git
Documentation: pkg.go.dev
# Functions
AddDefaultAnnotation will add an annotation that will be added to all containers started by this kubedock instance.
AddDefaultLabel will add a label that will be added to all containers started by this kubedock instance.
GetKubernetes will return a kubernetes config object.
VersionString will return a string with details of the current version.
# Constants
DockerAPIVersion is the api version as advertised when calling /version.
DockerMinAPIVersion is the minimum docker version as advertised when calling /version.
DockerVersion is the docker version as advertised when calling /version.
ID is the id as advertised when calling /info.
LibpodAPIVersion is the api version as advertised in libpod rest calls.
Name is the name as advertised when calling /info.
OS is the operating system as advertised when calling /info.
# Variables
Build id asinjected during buildtime.
Date of build as injected during buildtime.
DefaultAnnotations are the annotations that are added to every kubedock managed k8s resource.
DefaultLabels are the labels that are added to every kubedock managed k8s resource.
GOARCH is runtime architecture of go as advertised when calling /version.
GOOS is the runtime operating system as advertised when calling /version.
GoVersion is the version of go as advertised when calling /version.
Image is the current image as injected during buildtime.
InstanceID contains an unique ID to identify this running instance.
SystemLabels are the labels that are added to every kubedock managed k8s resource and which should not be altered.
Version as injected during buildtime.