package
1.0.0-beta.3
Repository: https://github.com/apecloud/kbcli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
BoldGreen returns a string formatted with green and bold.
BoldRed returns a string formatted with red and bold.
BoldYellow returns a string formatted with yellow and bold.
FatalWithRedColor when an error occurs, sets the red color to print it.
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
PrintBlankLine prints a blank line.
PrintComponentConfigMeta prints the conditions of resource.
PrintConditions prints the conditions of resource.
PrintHelmValues prints the helm values file of the release in specified format, supports JSON、YAML and Table.
No description provided by the author
No description provided by the author
PrintPairStringToLine prints pair string for a line , the format is as follows "<space>*<key>:\t<value>".
PrintTable high level wrapper function.
No description provided by the author
No description provided by the author

# 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

# Variables

No description provided by the author
KubeCtlStyle renders a Table like kubectl.
TerminalStyle renders a Table like below: +-----+------------+-----------+--------+-----------------------------+ | # | FIRST NAME | LAST NAME | SALARY | | +-----+------------+-----------+--------+-----------------------------+ | 1 | Arya | Stark | 3000 | | | 20 | Jon | Snow | 2000 | You know nothing, Jon Snow! | | 300 | Tyrion | Lannister | 5000 | | +-----+------------+-----------+--------+-----------------------------+ | | | TOTAL | 10000 | | +-----+------------+-----------+--------+-----------------------------+.

# Structs

No description provided by the author

# Type aliases

Format is a type for capturing supported output formats.
No description provided by the author