package
0.0.0-20210624121128-6b231d83a5d4
Repository: https://github.com/tkestack/kube-jarvis.git
Documentation: pkg.go.dev
# Functions
Add register a Diagnostic Factory.
No description provided by the author
No description provided by the author
# Constants
HealthyLevelFailed means diagnostic is failed this is not a error but an acceptable failed.
HealthyLevelGood means no health problem.
HealthyLevelRisk means risk unHealthy.
HealthyLevelSerious means serious unHealthy.
HealthyLevelWarn means warn unHealthy.
# Variables
CatalogueMaster Diagnostic diagnose controller panel status master nodes status should belong to this catalogue.
CatalogueNode Diagnostics diagnose nodes status.
CatalogueOther Diagnostics have no certain catalogue.
CatalogueResource Diagnostics diagnose cluster resources status.
Factories store all registered Diagnostic Creator.
# Structs
Factory create a new Diagnostic.
MetaData contains core attributes of a Diagnostic.
Result is a diagnostic result item.
StartDiagnoseParam contains all items that StartDiagnose need.
# Interfaces
Diagnostic diagnose some aspects of cluster.
No description provided by the author
# Type aliases
Catalogue is the default catalogue type of a Diagnostic.
HealthyLevel means the healthy level of diagnostic result.