Versions in this module Expand all Collapse all v1 v1.0.7 Oct 29, 2015 v1.0.6 Sep 13, 2015 Changes in this version + const MasterConfigCheckName + const NodeConfigCheckName + type MasterConfigCheck struct + MasterConfigFile string + func (d MasterConfigCheck) CanRun() (bool, error) + func (d MasterConfigCheck) Check() types.DiagnosticResult + func (d MasterConfigCheck) Description() string + func (d MasterConfigCheck) Name() string + type NodeConfigCheck struct + NodeConfigFile string + func (d NodeConfigCheck) CanRun() (bool, error) + func (d NodeConfigCheck) Check() types.DiagnosticResult + func (d NodeConfigCheck) Description() string + func (d NodeConfigCheck) Name() string