constants

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// InstallerPrefixPath is the path prefix of installed assets
	InstallerPrefixPath = "installer"
	// ShipPathInternal is the default folder path of Ship configuration
	ShipPathInternal = ".ship"
	// KustomizeBasePath is the path to which assets to be kustomized are written
	KustomizeBasePath = "base"
)

Variables

View Source
var (
	// ShipPathInternalTmp is a temporary folder that will get cleaned up on exit
	ShipPathInternalTmp = path.Join(ShipPathInternal, "tmp")
	// ShipPathInternalLog is a log file that will be preserved on failure for troubleshooting
	ShipPathInternalLog = path.Join(ShipPathInternal, "debug.log")
	// InternalTempHelmHome is the path to a helm home directory
	InternalTempHelmHome = path.Join(ShipPathInternalTmp, ".helm")
	// StatePath is the default state file path
	StatePath = path.Join(ShipPathInternal, "state.json")
	// ReleasePath is the default place to write a pulled release to the filesystem
	ReleasePath = path.Join(ShipPathInternal, "release.yml")
	// TempHelmValuesPath is the folder path used to store the updated values.yaml
	TempHelmValuesPath = path.Join(HelmChartPath, "tmp")
	// TempApplyOverlayPath is the folder path used to apply patch
	TempApplyOverlayPath = path.Join("overlays", "tmp-apply")
	// HelmChartPath is the path used to store Helm chart contents
	HelmChartPath = path.Join(ShipPathInternalTmp, "chart")
	// RepoSavePath is the path that upstreams are initially fetched to
	RepoSavePath = path.Join(ShipPathInternalTmp, "tmp-repo")
)

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