pod

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPodCounts

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

func GetPodListByType added in v1.6.0

func GetPodListByType(kubeClient client.ResourceHandler, namespace, resourceName string, resourceType api.ResourceName) ([]*v1.Pod, error)

resourceType: daemonsets,deployments,cronjobs,statefulsets

func GetPodListPageByType added in v1.6.0

func GetPodListPageByType(kubeClient client.ResourceHandler, namespace, resourceName string, resourceType api.ResourceName, q *common.QueryParam) (*common.Page, error)

func GetPodStatus added in v1.6.0

func GetPodStatus(pod *v1.Pod) string

GetPodStatus returns the pod state

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 ObjectCell added in v1.5.0

type ObjectCell v1.Pod

implements dataselector.DataCell

func (ObjectCell) GetProperty added in v1.5.0

implements dataselector.DataCell

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 GetPodsByDeployment

func GetPodsByDeployment(indexer *client.CacheFactory, namespace, name 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