You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package constants
|
|
|
|
const (
|
|
RESTMACHINE = "/restmachine"
|
|
|
|
// RAM_DIVISIBILITY sets divisibility of RAM value
|
|
RAM_DIVISIBILITY uint64 = 128
|
|
)
|
|
|
|
var FileName = map[string]string{
|
|
"OidcCertificate": "ca.crt",
|
|
}
|
|
|
|
var K8sValues = []string{"labels", "taints", "annotations, additionalSANs"}
|