Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotExist ¶
Types ¶
type Config ¶
type Config struct { Type FileProvider // File parameters Path string Perm os.FileMode // ConfigMap parameters ConfigMapName string ConfigMapNamespace string Key string ConfigMapClient v1.ConfigMapsGetter }
type FileProvider ¶
type FileProvider string
const ( FSFile FileProvider = "fs" ConfigMapFile FileProvider = "cm" )
Click to show internal directories.
Click to hide internal directories.