Versions in this module Expand all Collapse all v1 v1.0.6 Sep 13, 2015 Changes in this version + const ClusterRegistryName + const ClusterRouterName + const NodeDefinitionsName + type ClusterRegistry struct + KubeClient *kclient.Client + OsClient *osclient.Client + func (d *ClusterRegistry) CanRun() (bool, error) + func (d *ClusterRegistry) Check() types.DiagnosticResult + func (d *ClusterRegistry) Description() string + func (d *ClusterRegistry) Name() string + type ClusterRouter struct + KubeClient *kclient.Client + OsClient *osclient.Client + func (d *ClusterRouter) CanRun() (bool, error) + func (d *ClusterRouter) Check() types.DiagnosticResult + func (d *ClusterRouter) Description() string + func (d *ClusterRouter) Name() string + type NodeDefinitions struct + KubeClient *kclient.Client + OsClient *osclient.Client + func (d *NodeDefinitions) CanRun() (bool, error) + func (d *NodeDefinitions) Check() types.DiagnosticResult + func (d *NodeDefinitions) Description() string + func (d *NodeDefinitions) Name() string