mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Update /version endpoint to add components
* Include OCI and conmon information as components Fixes #11227 Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -951,6 +951,11 @@ func (r *Runtime) GetOCIRuntimePath() string {
|
||||
return r.defaultOCIRuntime.Path()
|
||||
}
|
||||
|
||||
// DefaultOCIRuntime return copy of Default OCI Runtime
|
||||
func (r *Runtime) DefaultOCIRuntime() OCIRuntime {
|
||||
return r.defaultOCIRuntime
|
||||
}
|
||||
|
||||
// StorageConfig retrieves the storage options for the container runtime
|
||||
func (r *Runtime) StorageConfig() storage.StoreOptions {
|
||||
return r.storageConfig
|
||||
|
Reference in New Issue
Block a user