storage

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

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 NewFileSystemOptions

func NewFileSystemOptions() *FileSystemOptions

NewFileSystemOptions ...

func (*FileSystemOptions) AddFlags

func (o *FileSystemOptions) AddFlags(fs *pflag.FlagSet)

AddFlags ...

func (*FileSystemOptions) Enabled

func (o *FileSystemOptions) Enabled() bool

Enabled ...

func (*FileSystemOptions) NotebookRootPath

func (o *FileSystemOptions) NotebookRootPath() string

NotebookRootPath ...

func (*FileSystemOptions) Validate

func (o *FileSystemOptions) Validate() error

Validate ...

type KubeResource

type KubeResource struct {
	Namespace string `json:"namespace" mapstructure:"namespace"`
	PVCName   string `json:"pvcName" mapstructure:"pvcName"`
}

type Options

type Options struct {
	FileSystem *FileSystemOptions `json:"fs,omitempty" mapstructure:"fs"`
}

Options ...

func NewOptions

func NewOptions() *Options

NewOptions ...

func (*Options) AddFlags

func (o *Options) AddFlags(fs *pflag.FlagSet)

AddFlags ...

func (*Options) Validate

func (o *Options) Validate() error

Validate ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL