runcspec

package
v0.0.0-...-5c50890 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RuncState

type RuncState struct {
	OciVersion  string      `json:"ociVersion"`
	ID          string      `json:"id"`
	Pid         int         `json:"pid"`
	Status      string      `json:"status"`
	Bundle      string      `json:"bundle"`
	RootFS      string      `json:"rootfs"`
	Created     time.Time   `json:"created"`
	Annotations annotations `json:"annotations"`
	Owner       string      `json:"owner"`
}

RuncState matches output of "runc state <containerid>" command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL