pod

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2018 License: Apache-2.0 Imports: 8 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.CacheIndexer) int

func GetPodsBySelector

func GetPodsBySelector(cli *kubernetes.Clientset, namespace, labelSelector string) ([]v1.Pod, error)

func GetPodsBySelectorFromCache added in v1.1.0

func GetPodsBySelectorFromCache(indexer *client.CacheIndexer, namespace string, labels map[string]string) []v1.Pod

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 GetAllPodByLabelSelector

func GetAllPodByLabelSelector(cli *kubernetes.Clientset, labelSelector string) ([]*Pod, error)

func GetPodByName

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

func GetPodsByDaemonSet

func GetPodsByDaemonSet(cli *kubernetes.Clientset, namespace, name string) ([]*Pod, error)

func GetPodsByDeployment

func GetPodsByDeployment(cli *kubernetes.Clientset, namespace, name string) ([]*Pod, error)

func GetPodsByJob

func GetPodsByJob(cli *kubernetes.Clientset, namespace, name string) ([]*Pod, error)

func GetPodsByStatefulset

func GetPodsByStatefulset(cli *kubernetes.Clientset, namespace, name 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