constants

package
v0.0.0-...-21311fb Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// FieldCommandErrorReport defines a logging field to store the error message for a failed command
	FieldCommandErrorReport = "errmsg"

	// FieldCommandError defines a logging field that determines if the command has failed
	FieldCommandError = "cmderr"

	// FieldProvisioner defines a logging field to specify the name of the used provisioner
	FieldProvisioner = "provisioner"

	// FieldCluster defines a logging field to specify the name of the cluster
	FieldCluster = "cluster"

	// SharedDirMask is a mask for shared directories
	SharedDirMask = 0755

	// SharedReadMask is a mask for shared directories
	SharedReadMask = 0644

	// SharedReadWriteMask is a mask for a shared file with world read/write access
	SharedReadWriteMask = 0666

	// OSRedHat is RedHat Enterprise Linux
	OSRedHat = "redhat"

	// DeviceMapper is devicemapper storage driver name
	DeviceMapper = "devicemapper"

	// Overlay is overlay storage driver name
	Overlay = "overlay"

	// Overlay2 is version 2 of overlay storage driver
	Overlay2 = "overlay2"

	// Loopback is local storage
	Loopback = "loopback"

	// ManifestStorageDriver is empty string identifying that install should use driver defined by the manifest
	ManifestStorageDriver = ""

	// GravitySELinuxEnv defines the environment variable that controls whether to use SELinux
	GravitySELinuxEnv = "GRAVITY_SELINUX"
)
View Source
const (
	// AWS is the Amazon cloud
	AWS = "aws"
	// Azure is Microsoft Zzure cloud
	Azure = "azure"
	// GCE is Google Compute Engine cloud
	GCE = "gce"
	// Ops specifies a special cloud provider - a telekube Ops Center
	Ops = "ops"
)

Variables

This section is empty.

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