package
1.0.0-beta.7
Repository: https://github.com/sylabs/singularity-cri.git
Documentation: pkg.go.dev
# Functions
NewCLIClient returns new CLIClient ready to use.
ObserveState listens on passed socket for container state changes and passes them to the channel.
StatusToState is a helper func to convert container OCI status to State.
# Constants
LogLevelDebug singularity client will be launched with -d flag.
LogLevelEnv name for env on which client relies while selecting log level.
StateCreated means container is created without any errors.
StateCreating means container is being created at the moment.
StateExited means container has finished possibly with errors.
StateRunning means container is running at the moment.
StateUnknown means current state is unknown (perhaps, something went wrong).
# Variables
ErrNotFound us returned when Singularity OCI engine responds with corresponding error message and exit status 255.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
State represents an OCI container state.