Versions in this module Expand all Collapse all v1 v1.0.8 Nov 7, 2015 v1.0.7 Oct 29, 2015 Changes in this version + const ValidateMasterConfigRecommendedName + const ValidateNodeConfigRecommendedName + const ValidateRecommendedName + func NewCommandValidate(name, fullName string, out io.Writer) *cobra.Command + func NewCommandValidateMasterConfig(name, fullName string, out io.Writer) *cobra.Command + func NewCommandValidateNodeConfig(name, fullName string, out io.Writer) *cobra.Command + type ValidateMasterConfigOptions struct + MasterConfigFile string + Out io.Writer + func (o *ValidateMasterConfigOptions) Complete(args []string) error + func (o *ValidateMasterConfigOptions) Run() (bool, error) + type ValidateNodeConfigOptions struct + NodeConfigFile string + Out io.Writer + func (o *ValidateNodeConfigOptions) Complete(args []string) error + func (o *ValidateNodeConfigOptions) Run() (ok bool, err error)