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.8.16
Published
Apr 7, 2021
Platform
windows/amd64
Last checked
3 hours ago

Tools for package owners.