Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 642 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 642 Bytes

Converter

This subdirectory contains the Go command which converts topology YAML to various formats.

The root main.go outputs a Cobra CLI for controlling the behavior of the program.

Conversion Outputs

  • Graphviz (go run main.go graphviz <topology_path> <output>): Generates Graphviz DOT language
  • Kubernetes (go run main.go kubernetes <topology_path> ...): Generates services and deployments for all topology services and the Fortio client to load test against them.