Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Log Log `yaml:"log"` Kubernetes Kubernetes `yaml:"kubernetes"` Harbor Harbor `yaml:"harbor"` Docker Docker `yaml:"docker"` Minio Minio `yaml:"minio"` }
type Kubernetes ¶
type Kubernetes struct {
KubeConfigPath string `yaml:"kubeConfigPath"`
}
type Log ¶
type Log struct { Engine string `yaml:"engine"` Zap struct { Level string `yaml:"level"` Caller bool `yaml:"caller"` Stacktrace bool `yaml:"stacktrace"` Path []string `yaml:"path"` InternalPath []string `yaml:"internalPath"` } `yaml:"zap"` Zero struct { Level string `yaml:"level"` Path string `yaml:"path"` } `yaml:"zero"` }
Click to show internal directories.
Click to hide internal directories.