# Functions
BuildWorkloadEndpointData generates the correct WorkloadEndpointData for the given list of WorkloadEndpoints, extracting fields that the policy controller is responsible for syncing.
ExtractPodFromUpdate takes an update as received from the informer and returns the pod object, if present.
MergeWorkloadEndpointData applies the given WorkloadEndpointData to the provided WorkloadEndpoint, updating relevant fields with new values.
NewNamespaceConverter Constructor for namespaceConverter.
NewPodConverter Constructor for podConverter.
NewPolicyConverter Constructor for policyConverter.
NewServiceaccountConverter Constructor to convert ServiceAccount to Profile.
# Structs
WorkloadEndpointData is an internal struct used to store the various bits of information that the policy controller cares about on a workload endpoint.
# Interfaces
Converter Responsible for conversion of given kubernetes object to equivalent calico object.
No description provided by the author