k8s

package
v0.1.15-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

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

func NewClient added in v0.1.9

func NewClient(kubeconfigPath string) (*kubernetes.Clientset, error)

NewClient creates a Kubernetes ClientSet from kubeconfig path. If kubeconfigPath is empty will fallback to using InClusterConfig.

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.

type PodsInfo added in v0.1.9

type PodsInfo *core.PodList

PodsInfo contains Pods information retrieved from the Kubernetes API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL