consts

package
v0.0.40 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeploymentFilePaths = map[string]string{
	"helm":      "charts/templates",
	"kustomize": "overlays/production",
	"manifests": "manifests",
}
View Source
var HelmReferencePathMapping = map[string]map[string]string{
	"service": {
		"metadata.name":      `{{ include "{{APPNAME}}.fullname" . }}`,
		"spec.ports.port":    `{{ .Values.service.port }}`,
		"metadata.namespace": "default",
	},
}
View Source
var RefPathLookups = map[string]map[string][]string{
	"service": {
		"metadata.name":      []string{"metadata", "name"},
		"spec.ports.port":    []string{"spec", "ports", "-", "port"},
		"metadata.namespace": []string{"metadata", "namespace"},
	},
}

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