Documentation
¶
Index ¶
- Variables
- func Dir(useLocal bool, name string) http.FileSystem
- func FS(useLocal bool) http.FileSystem
- func FSByte(useLocal bool, name string) ([]byte, error)
- func FSMustByte(useLocal bool, name string) []byte
- func FSMustString(useLocal bool, name string) string
- func FSString(useLocal bool, name string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ContainerdService = FSMustString(false, "/containerd.service")
View Source
var KubeletConf = FSMustString(false, "/kubeadm.service")
View Source
var VfsStorageDriver = FSMustString(false, "/daemon.json")
Functions ¶
func Dir ¶ added in v0.7.2
func Dir(useLocal bool, name string) http.FileSystem
Dir returns a http.Filesystem for the embedded assets on a given prefix dir. If useLocal is true, the filesystem's contents are instead used.
func FS ¶ added in v0.7.2
func FS(useLocal bool) http.FileSystem
FS returns a http.Filesystem for the embedded assets. If useLocal is true, the filesystem's contents are instead used.
func FSByte ¶ added in v0.7.2
FSByte returns the named file from the embedded assets. If useLocal is true, the filesystem's contents are instead used.
func FSMustByte ¶ added in v0.7.2
FSMustByte is the same as FSByte, but panics if name is not present.
func FSMustString ¶ added in v0.7.2
FSMustString is the string version of FSMustByte.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.