Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveSubVolumeName ¶
func ResolveSubVolumeName(pv *v1.PersistentVolume) (string, error)
Types ¶
type Collection ¶
type Collection struct {
// contains filtered or unexported fields
}
func Collect ¶
func Collect(cfg *Configuration, options ...collector.ConfigManipulator) (*Collection, error)
Collect PVC objects lazy
func (*Collection) All ¶
func (v *Collection) All() map[Key]*Value
type Configuration ¶
type Configuration struct { K8sConfig *config.KubernetesApiConfiguration CephFS *config.CephFs }
type Value ¶
type Value struct { Error error FullVolumePath string PV *v1.PersistentVolume PVC *v1.PersistentVolumeClaim }
Click to show internal directories.
Click to hide internal directories.