Documentation ¶
Overview ¶
Package kubernetes converts service graphs into Kubernetes manifests.
Package kubernetes converts service graphs into Kubernetes manifests.
Index ¶
Constants ¶
View Source
const ( // ServiceGraphNamespace is the namespace all service graph related resources // (i.e. ConfigMap, Services, and Deployments) will reside in. ServiceGraphNamespace = "service-graph" )
Variables ¶
This section is empty.
Functions ¶
func ServiceGraphToKubernetesManifests ¶
func ServiceGraphToKubernetesManifests( serviceGraph graph.ServiceGraph, serviceNodeSelector map[string]string, serviceImage string, serviceMaxIdleConnectionsPerHost int, clientNodeSelector map[string]string, clientImage string) (yamlDoc []byte, err error)
ServiceGraphToKubernetesManifests converts a ServiceGraph to Kubernetes manifests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.