Documentation ¶
Index ¶
- func New(logger *zap.Logger, cfg *rest.Config) (fs.FS, error)
- func StringsToDirents(xs []string) []fuse.Dirent
- type ConfigMapDir
- type DataDir
- type File
- type GroupVersionsDir
- type GroupsDir
- type ObjectDir
- type ResourceDir
- type ResourceNamespacesDir
- type ResourcesDir
- type RootDir
- type SpecificObjectConstructor
- type SpecificObjectDir
- type ViewsDir
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringsToDirents ¶
StringsToDirents converts a slice of strings into a slice of Dirents of type directory.
Types ¶
type ConfigMapDir ¶
type ConfigMapDir struct {
// contains filtered or unexported fields
}
func (ConfigMapDir) ReadDirAll ¶
type GroupVersionsDir ¶
type GroupVersionsDir struct {
// contains filtered or unexported fields
}
func (GroupVersionsDir) ReadDirAll ¶
type GroupsDir ¶
type GroupsDir struct {
// contains filtered or unexported fields
}
type ObjectDir ¶
type ObjectDir struct {
// contains filtered or unexported fields
}
type ResourceDir ¶
type ResourceDir struct {
// contains filtered or unexported fields
}
func (ResourceDir) ReadDirAll ¶
type ResourceNamespacesDir ¶
type ResourceNamespacesDir struct {
// contains filtered or unexported fields
}
func (ResourceNamespacesDir) ReadDirAll ¶
type ResourcesDir ¶
type ResourcesDir struct {
// contains filtered or unexported fields
}
func (ResourcesDir) ReadDirAll ¶
type SpecificObjectConstructor ¶
type SpecificObjectConstructor func(*zap.Logger, *kubeutil.Client, *unstructured.Unstructured) SpecificObjectDir
type SpecificObjectDir ¶
type SpecificObjectDir interface { fs.Node fs.HandleReadDirAller }
func NewConfigMapDir ¶
func NewConfigMapDir(logger *zap.Logger, client *kubeutil.Client, u *unstructured.Unstructured) SpecificObjectDir
Click to show internal directories.
Click to hide internal directories.