Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem interface { kustfs.FileSystem TempFile(string, string) (File, error) TempDir(string, string) (string, error) Chmod(string, os.FileMode) error Dir(string) string }
FileSystem extends kustomize FileSystem and provide abstraction to creating temporary files
type Fs ¶
type Fs struct {
kustfs.FileSystem
}
Fs is adaptor to TempFile
Click to show internal directories.
Click to hide internal directories.