package logfields

import "github.com/Microsoft/hcsshim/internal/logfields"

Index

Constants

const (
	ContainerID = "cid"
	UVMID       = "uvm-id"
	ProcessID   = "pid"

	// Timeout represents an operation timeout.
	Timeout = "timeout"
	JSON    = "json"

	Field         = "field"
	OCIAnnotation = "oci-annotation"
	Value         = "value"

	ExpectedType = "expected-type"
	Bool         = "bool"
	Uint32       = "uint32"
	Uint64       = "uint64"

	VMShimOperation = "vmshim-op"
)

Source Files

fields.go

Version
v0.9.5
Published
Oct 31, 2022
Platform
js/wasm
Last checked
5 seconds ago

Tools for package owners.