Documentation
¶
Overview ¶
Package k8s provides datagatherers for different parts of the Kubernetes API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PodsDataGatherer ¶ added in v0.1.9
type PodsDataGatherer struct {
// contains filtered or unexported fields
}
PodsDataGatherer is a DataGatherer for GKE.
func NewPodsDataGatherer ¶ added in v0.1.9
func NewPodsDataGatherer(client *kubernetes.Clientset) *PodsDataGatherer
NewPodsDataGatherer creates a new PodsDataGatherer.
func (*PodsDataGatherer) Fetch ¶ added in v0.1.9
func (g *PodsDataGatherer) Fetch() (interface{}, error)
Fetch retrieves Pods information from the Kubernetes API.
Click to show internal directories.
Click to hide internal directories.