Versions in this module Expand all Collapse all v0 v0.5.0 Jul 5, 2018 Changes in this version + func NewClientSet(kubeConfig string) (*kubernetes.Clientset, error) + type API struct + Client kubernetes.Interface + func NewAPI(k8sClient kubernetes.Interface, resources ...ApiResource) *API + func NewFakeAPI(configs ...string) (*API, error) + func (api *API) CM() coreinformers.ConfigMapInformer + func (api *API) Deploy() appinformers.DeploymentInformer + func (api *API) Endpoint() coreinformers.EndpointsInformer + func (api *API) GetObjects(namespace, restype, name string) ([]runtime.Object, error) + func (api *API) GetOwnerKindAndName(pod *apiv1.Pod) (string, string) + func (api *API) GetPodsFor(obj runtime.Object, includeFailed bool) ([]*apiv1.Pod, error) + func (api *API) NS() coreinformers.NamespaceInformer + func (api *API) Pod() coreinformers.PodInformer + func (api *API) RC() coreinformers.ReplicationControllerInformer + func (api *API) RS() appinformers.ReplicaSetInformer + func (api *API) Svc() coreinformers.ServiceInformer + func (api *API) Sync(readyCh chan<- struct{}) + type ApiResource int + const CM + const Deploy + const Endpoint + const NS + const Pod + const RC + const RS + const Svc Incompatible versions in this module v18.9.1+incompatible Sep 12, 2018