package
0.0.0-20241005134447-3eac4d4475c4
Repository: https://github.com/iamgroot19/manresca.git
Documentation: pkg.go.dev
# README
utils.go: Contains util functions. For eg, parsing a ---
yyaml file and creating a slice of strings out of them.
processing.go: Main file for this command. Processes the data after the file is parsed and renders it as a table
datatypes.go: Contains necessary datastructures to help with the whole computation process.
estimate.go: The driver file which has logic related to CLI commands, flag parsing etc.
# Functions
No description provided by the author
# Variables
estimateCmd represents the estimate command.
# Structs
This datastructure collects all the data related to a single input file passed to the tool.
This datastructure helps abstract all the details related to a single K8s Object (takes away the pain of passing multiple fields like cpu,mem, replicas etc.) .