Versions in this module Expand all Collapse all v0 v0.0.3 Jul 25, 2017 v0.0.2 May 16, 2017 Changes in this version + func BuildKubeConfig(kubeconfig string) (*rest.Config, error) + func CopyObjToPod(obj interface{}) (*v1.Pod, error) + func CopyObjToPods(obj []interface{}) ([]v1.Pod, error) + func CopyObjToThirdPartyResource(obj interface{}) (*v1beta1.ThirdPartyResource, error) + func SelectAnnotatedPods(pods []v1.Pod, annotation string) ([]v1.Pod, error)