Merge pull request #805 from baude/config
Make kpod parse configuration file
This commit is contained in:
commit
553521f03f
3 changed files with 16 additions and 5 deletions
|
@ -8,6 +8,9 @@ import (
|
|||
"github.com/kubernetes-incubator/cri-o/libkpod"
|
||||
)
|
||||
|
||||
//CrioConfigPath is the default location for the conf file
|
||||
const CrioConfigPath = "/etc/crio/crio.conf"
|
||||
|
||||
// Config represents the entire set of configuration values that can be set for
|
||||
// the server. This is intended to be loaded from a toml-encoded config file.
|
||||
type Config struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue