# Functions

GetPodCondition will get pointer to Pod's existing condition.
HasFinalizer tests whether k8s object has specified finalizer.
NamespacedName returns the namespaced name for k8s objects.
NamespaceKeyIndexFunc returns indexers to index objects in datastore using namespace.
NewCustomController returns a new podController object.
No description provided by the author
NewPodsRepository returns a new PodsRepository.
ServerVersion returns the version for k8s server the server version will be used to help App Mesh team to identify the platform Envoy is running on to provide better user experience.
UpdatePodCondition will update Pod's condition.

# Constants

No description provided by the author
CREATE event for given object.
DELETE event for given object.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NamespaceIndexKey to index objects in datastore.
UPDATE event for given object.

# Structs

CustomController is an Informer which converts Pod Objects and notifies corresponding event handlers via Channels.
GenericEvent is a wrapper for Create/Update/Delete Events.
NotificationChannel monitors channels of type Create/Update/Delete.

# Interfaces

Controller Interface implemented by PodController.
Converter for converting objects on provided Deltas to stripped down pod objects.
No description provided by the author
PodsRepository represents an interface with all the common operations on pod objects.

# Type aliases

EventType identifies type of PodEvent (CREATE/UPDATE/DELETE).