package
1.0.0-beta.7
Repository: https://github.com/sylabs/singularity-cri.git
Documentation: pkg.go.dev

# Functions

NewSingularityRuntime initializes and returns SingularityRuntime.
WithBaseRunDir sets base directory where all running pods and containers are stored.
WithNetwork accepts CNI paths and enables networking support.
WithStreaming sets enables streaming endpoints by setting streaming server URL.
WithTrashDir sets trash directory for containers where all logs and configs may be found even after contaienr removal.

# Constants

DefaultBaseRunDir is the default location for running pods and containers.
DefaultStreamingURL is the default streaming server address.

# Structs

SingularityRuntime implements k8s RuntimeService interface.

# Type aliases

Option is run during SingularityRuntime initialization.