Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppAnalyzer ¶
type AppAnalyzer struct {
// contains filtered or unexported fields
}
func NewAppAnalyzer ¶
func NewAppAnalyzer(clientSet *kubernetes.Clientset, ns string) (aa *AppAnalyzer, err error)
func (*AppAnalyzer) JfsPod ¶
func (aa *AppAnalyzer) JfsPod() error
type MountAnalyzer ¶
type MountAnalyzer struct {
// contains filtered or unexported fields
}
func NewMountAnalyzer ¶
func NewMountAnalyzer(clientSet *kubernetes.Clientset) (ma *MountAnalyzer, err error)
func (*MountAnalyzer) ListMountPod ¶
func (ma *MountAnalyzer) ListMountPod() error
type PVAnalyzer ¶
type PVAnalyzer struct {
// contains filtered or unexported fields
}
func NewPVAnalyzer ¶
func NewPVAnalyzer(clientSet *kubernetes.Clientset) (pa *PVAnalyzer, err error)
func (*PVAnalyzer) ListPV ¶
func (pa *PVAnalyzer) ListPV() error
type PVCAnalyzer ¶
type PVCAnalyzer struct {
// contains filtered or unexported fields
}
func NewPVCAnalyzer ¶
func NewPVCAnalyzer(clientSet *kubernetes.Clientset, ns string) (pa *PVCAnalyzer, err error)
func (*PVCAnalyzer) ListPVC ¶
func (pa *PVCAnalyzer) ListPVC() error
Click to show internal directories.
Click to hide internal directories.