consts

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package consts defines the constants for building the project.

Index

Constants

View Source
const (
	RuntimeTypeKind    = "kind"
	RuntimeTypeDocker  = "docker"
	RuntimeTypeNerdctl = "nerdctl"
	RuntimeTypeBinary  = "binary"
)

Variables

View Source
var (
	ProjectName = "kwok"
	ConfigName  = "kwok.yaml"

	Version      = "unknown"
	BinaryPrefix = "https://github.com/kubernetes-sigs/kwok/releases/download"
	ImagePrefix  = "registry.k8s.io/kwok"

	KubeVersion      = "unknown"
	KubeBinaryPrefix = "https://dl.k8s.io/release"
	KubeImagePrefix  = "registry.k8s.io"

	EtcdBinaryPrefix = "https://github.com/etcd-io/etcd/releases/download"

	DockerComposeVersion      = "2.13.0"
	DockerComposeBinaryPrefix = "https://github.com/docker/compose/releases/download"

	KindVersion      = "0.17.0"
	KindBinaryPrefix = "https://github.com/kubernetes-sigs/kind/releases/download"

	PrometheusVersion      = "2.41.0"
	PrometheusBinaryPrefix = "https://github.com/prometheus/prometheus/releases/download"
	PrometheusImagePrefix  = "docker.io/prom"

	KindNodeImagePrefix = "docker.io/kindest"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL