Versions in this module Expand all Collapse all v0 v0.0.2 Mar 26, 2019 v0.0.1 Jul 15, 2018 Changes in this version + func GetNamespaceServiceAccountAnnotation(ns *v1.Namespace, namespaceKey string) []string + func NamespaceIndexFunc(obj interface{}) ([]string, error) + func PodIPIndexFunc(obj interface{}) ([]string, error) + type NamespaceHandler struct + func NewNamespaceHandler(namespaceKey string) *NamespaceHandler + func (h *NamespaceHandler) OnAdd(obj interface{}) + func (h *NamespaceHandler) OnDelete(obj interface{}) + func (h *NamespaceHandler) OnUpdate(oldObj, newObj interface{}) + type PodHandler struct + func NewPodHandler(iamServiceAccountKey string) *PodHandler + func (p *PodHandler) OnAdd(obj interface{}) + func (p *PodHandler) OnDelete(obj interface{}) + func (p *PodHandler) OnUpdate(oldObj, newObj interface{})