Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientSet ¶
func GetClientSet(kubeconfigFile string) *kubernetes.Clientset
Types ¶
type FetchOptions ¶ added in v0.0.12
type Info ¶ added in v0.0.9
type Info struct {
Pods k8spod.InfoList
Nodes k8snode.InfoList
Containers container.InfoList
Deployments deployment.InfoList
DSs ds.InfoList
HPAs hpa.InfoList
STSs sts.InfoList
// contains filtered or unexported fields
}
func NewInfo ¶ added in v0.0.9
func NewInfo(ctx context.Context, clientset *kubernetes.Clientset) *Info
func (*Info) Fetch ¶ added in v0.0.9
func (r *Info) Fetch(opts FetchOptions) error
Click to show internal directories.
Click to hide internal directories.