Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientSet ¶
func GetClientSet(kubeconfigFile string, kubeContext string) (*kubernetes.Clientset, error)
Types ¶
type Info ¶ added in v0.0.9
type Info struct {
Containers container.InfoList
DSs ds.InfoList
Deployments deployment.InfoList
EndpointSlices endpointslices.InfoList
Events event.InfoList
HPAs hpa.InfoList
Images k8snode.ImageList
Nodes k8snode.InfoList
Pods k8spod.InfoList
PVCs pvc.InfoList
PVs pv.InfoList
Services k8sservice.InfoList
STSs sts.InfoList
Taints TaintList
Tolerations TolerationList
PVCVolumes PVCVolumeList
// contains filtered or unexported fields
}
type PVCVolumeList ¶ added in v0.1.10
type PVCVolumeList []*PVCVolume
type Toleration ¶ added in v0.0.19
type TolerationList ¶ added in v0.0.19
type TolerationList []*Toleration
Click to show internal directories.
Click to hide internal directories.