12 lines
449 B
Go
12 lines
449 B
Go
// Code generated by pkg/codegen/config/main.go. DO NOT EDIT.
|
|
// Package buildconfig contains a set of exported constants that represent configuration variables of Rancher at build-time.
|
|
package buildconfig
|
|
|
|
const (
|
|
CspAdapterMinVersion = "104.0.0+up4.0.0"
|
|
DefaultShellVersion = "rancher/shell:v0.2.1"
|
|
FleetVersion = "104.0.1+up0.10.1"
|
|
ProvisioningCAPIVersion = "104.0.0+up0.3.0"
|
|
WebhookVersion = "104.0.1+up0.5.1"
|
|
)
|