Documentation ¶
Index ¶
Constants ¶
View Source
const ( Key = "key" ValueSize = "value-size" AllVersionsValueSize = "all-versions-value-size" VersionCount = "version-count" Value = "value" )
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "auger",
Short: "Inspect and analyze kubernetes storage data.",
Long: `Inspect and analyze kubernetes objects in binary storage
encoding used with etcd 3+ and boltdb.`,
}
View Source
var SummaryFields = []string{Key, ValueSize, AllVersionsValueSize, VersionCount, Value}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.