constants

package
v1.8.4 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultDiscoveryServer   = "_skipctl.kartverket-intern.cloud"
	DefaultTestTimeout       = 10 * time.Second
	DefaultServerTestTimeout = 1 * time.Minute
	DefaultPingCount         = 10
	DefaultGoogleOrgID       = "kartverket.no"
	DNSDiscoverTimeout       = 5 * time.Second
	HTTPReadHeaderTimeout    = 5 * time.Second
	SelfTestTimeout          = 2 * time.Second
)
View Source
const (
	ManifestSuffixJsonnet   = ".jsonnet"
	ManifestSuffixLibsonnet = ".libsonnet"
	ManifestSuffixYaml      = ".yaml"
	ManifestSuffixYml       = ".yml"
	ManifestKustomizeYaml   = "kustomization.yaml"
	ManifestKustomizeYml    = "kustomization.yml"
)
View Source
const (
	DiffOutputJSON   = "json"
	DiffOutputPatch  = "patch"
	DiffOutputPretty = "pretty"
)
View Source
const (
	DiffVerbosityMinimal = "minimal"
	DiffVerbosityChunk   = "chunk"
	DiffVerbosityFull    = "full"
)
View Source
const (
	DefaultChunkSize = 3
	YamlIndent       = 2
)
View Source
const (
	Equals    = "Equals"
	Deletion  = "Deletion"
	Insertion = "Insertion"
)
View Source
const (
	Completion = "completion"
)

Commands we don't want to track

Variables

View Source
var NotTrackableCommands = []string{Completion}

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