# Functions
NewDetectorByConfig creates a new Detector provided a Kubernetes config for the relevant cluster and the name of the Kubernetes service for ingress traffic to the Kong Gateway.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
MeshesToDetect is the list of meshes to detect.
# Structs
DeploymentResults is the result of detecting signals of whether a certain mesh is deployed in kubernetes cluster.
Detector provides methods to detect the following:
- whether a service mesh is deployed to the cluster - whether the pod is injected with service mesh - count of services injected within mesh networks.
RunUnderResults is the result of detecting signals of whether pod is running under a certain service mesh.
ServiceDistributionResults contains number of total services and number of services running under each mesh.
# Type aliases
MeshKind defines names of different service meshes.