Merge pull request #805 from baude/config

Make kpod parse configuration file
This commit is contained in:
Daniel J Walsh 2017-09-01 14:57:14 -04:00 committed by GitHub
commit 553521f03f
3 changed files with 16 additions and 5 deletions

View file

@ -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 {