pod

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeletePod

func DeletePod(cli *kubernetes.Clientset, name, namespace string) error

func GetPodCounts

func GetPodCounts(indexer *client.CacheFactory) (int, error)

func ListKubePod added in v1.3.0

func ListKubePod(indexer *client.CacheFactory, namespace string, label map[string]string) ([]*v1.Pod, error)

Types

type ContainerStatus

type ContainerStatus struct {
	Name         string `json:"name,omitempty"`
	RestartCount int32  `json:"restartCount"`
}

type Pod

type Pod struct {
	Name            string            `json:"name,omitempty"`
	Namespace       string            `json:"namespace,omitempty"`
	ContainerStatus []ContainerStatus `json:"containerStatus,omitempty"`
	State           string            `json:"state,omitempty"`
	PodIp           string            `json:"podIp,omitempty"`
	NodeName        string            `json:"nodeName,omitempty"`
	StartTime       time.Time         `json:"startTime,omitempty"`
	Labels          map[string]string `json:"labels,omitempty"`
}

func GetPodByName

func GetPodByName(cli *kubernetes.Clientset, namespace, name string) (*Pod, error)

func GetPodsByDaemonSet

func GetPodsByDaemonSet(indexer *client.CacheFactory, namespace, name string) ([]*Pod, error)

func GetPodsByDeployment

func GetPodsByDeployment(indexer *client.CacheFactory, namespace, name string) ([]*Pod, error)

func GetPodsByJob

func GetPodsByJob(indexer *client.CacheFactory, namespace, name string) ([]*Pod, error)

func GetPodsByStatefulset

func GetPodsByStatefulset(indexer *client.CacheFactory, namespace, name string) ([]*Pod, error)

func ListPod added in v1.3.0

func ListPod(indexer *client.CacheFactory, namespace string, label map[string]string) ([]*Pod, error)

func ListPodByLabelKey added in v1.3.2

func ListPodByLabelKey(indexer *client.CacheFactory, namespace string, label string) ([]*Pod, error)

type PodStatistics

type PodStatistics struct {
	Total   int            `json:"total,omitempty"`
	Details map[string]int `json:"details,omitempty"`
}

Jump to

Keyboard shortcuts

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