Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemOptions ¶
type FileSystemOptions struct { RootPath string `json:"rootPath" mapstructure:"rootPath"` KubeResource *KubeResource `json:"kubeResource" mapstructure:"kubeResource"` }
FileSystemOptions ...
func (*FileSystemOptions) AddFlags ¶
func (o *FileSystemOptions) AddFlags(fs *pflag.FlagSet)
AddFlags ...
func (*FileSystemOptions) NotebookRootPath ¶
func (o *FileSystemOptions) NotebookRootPath() string
NotebookRootPath ...
type KubeResource ¶
type Options ¶
type Options struct {
FileSystem *FileSystemOptions `json:"fs,omitempty" mapstructure:"fs"`
}
Options ...
Click to show internal directories.
Click to hide internal directories.