Documentation
¶
Index ¶
- func ProcessPodInteractions(conf controller.Config)
- func ProcessServiceInteractions(conf controller.Config)
- func RetrieveGroupList(groupClient *groups.GroupClient, options metav1.ListOptions) *groupsv1.GroupList
- func RetrievePodList(client *kubernetes.Clientset, options metav1.ListOptions) *corev1.PodList
- func RetrieveServiceList(client *kubernetes.Clientset, options metav1.ListOptions) *corev1.ServiceList
- func RetrieveSubscriberList(subscriberClient *subscriber.SubscriberClient, options metav1.ListOptions) *subscriberv1.SubscriberList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessPodInteractions ¶
func ProcessPodInteractions(conf controller.Config)
ProcessPodInteractions fetches details of all the running processes in each container of each pod in a given namespace and generates a 1:1 mapping between the communicating pods.
func ProcessServiceInteractions ¶
func ProcessServiceInteractions(conf controller.Config)
ProcessServiceInteractions parses through the list of services and it's associated pods to generate a 1:1 mapping between the communicating services.
func RetrieveGroupList ¶
func RetrieveGroupList(groupClient *groups.GroupClient, options metav1.ListOptions) *groupsv1.GroupList
RetrieveGroupList returns list of group CRDs in the given namespace.
func RetrievePodList ¶
func RetrievePodList(client *kubernetes.Clientset, options metav1.ListOptions) *corev1.PodList
RetrievePodList returns list of pods in the given namespace.
func RetrieveServiceList ¶
func RetrieveServiceList(client *kubernetes.Clientset, options metav1.ListOptions) *corev1.ServiceList
RetrieveServiceList returns list of services in the given namespace.
func RetrieveSubscriberList ¶
func RetrieveSubscriberList(subscriberClient *subscriber.SubscriberClient, options metav1.ListOptions) *subscriberv1.SubscriberList
RetrieveSubscriberList returns list of subscribers in the given namespace.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.