pod

package
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package pod provides utilities to work with Kubernetes pod and pod templates.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Filter added in v1.3.0

func Filter(podList *api.PodList, f func(api.Pod) bool) []api.Pod

Filter uses the input function f to filter the given pod list, and return the filtered pods

func GetPodTemplateSpecHash

func GetPodTemplateSpecHash(template api.PodTemplateSpec) uint32

func UpdatePodWithRetries

func UpdatePodWithRetries(podClient unversionedcore.PodInterface, pod *api.Pod, applyUpdate updatePodFunc) (*api.Pod, bool, error)

UpdatePodWithRetries updates a pod with given applyUpdate function. Note that pod not found error is ignored. The returned bool value can be used to tell if the pod is actually updated.

Types

This section is empty.

Jump to

Keyboard shortcuts

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