Documentation
¶
Overview ¶
Package consts defines the constants for building the project.
Index ¶
Constants ¶
View Source
const ( RuntimeTypeKind = "kind" RuntimeTypeDocker = "docker" RuntimeTypeNerdctl = "nerdctl" RuntimeTypeBinary = "binary" )
The following runtime is provided.
Variables ¶
View Source
var ( ProjectName = "kwok" ConfigName = "kwok.yaml" // Version is the version of the project. // It will be overwritten during the `make build` process. Version = "0.2.0" BinaryPrefix = "https://github.com/kubernetes-sigs/kwok/releases/download" ImagePrefix = "registry.k8s.io/kwok" // KubeVersion is the version of Kubernetes. // It will be overwritten during the `make build` process. KubeVersion = "1.27.1" KubeBinaryPrefix = "https://dl.k8s.io/release" KubeImagePrefix = "registry.k8s.io" EtcdBinaryPrefix = "https://github.com/etcd-io/etcd/releases/download" DockerComposeVersion = "2.17.2" DockerComposeBinaryPrefix = "https://github.com/docker/compose/releases/download" KindVersion = "0.18.0" KindBinaryPrefix = "https://github.com/kubernetes-sigs/kind/releases/download" PrometheusVersion = "2.43.0" PrometheusBinaryPrefix = "https://github.com/prometheus/prometheus/releases/download" PrometheusImagePrefix = "docker.io/prom" KindNodeImagePrefix = "docker.io/kindest" )
The following constants are used to build the project.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.