Versions in this module Expand all Collapse all v1 v1.0.7 Oct 29, 2015 Changes in this version + const ServiceAccountWaitTimeout + func CreateBootstrapPolicy(masterArgs *start.MasterArgs) error + func CreateMasterCerts(masterArgs *start.MasterArgs) error + func CreateNewProject(clusterAdminClient *client.Client, clientConfig kclient.Config, ...) (*client.Client, error) + func CreateNodeCerts(nodeArgs *start.NodeArgs, masterURL string) error + func DefaultAllInOneOptions() (*configapi.MasterConfig, *configapi.NodeConfig, error) + func DefaultMasterOptions() (*configapi.MasterConfig, error) + func FindAvailableBindAddress(lowPort, highPort int) (string, error) + func RequireServer() + func StartConfiguredAllInOne(masterConfig *configapi.MasterConfig, nodeConfig *configapi.NodeConfig) (string, error) + func StartConfiguredMaster(masterConfig *configapi.MasterConfig) (string, error) + func StartConfiguredMasterWithOptions(masterConfig *configapi.MasterConfig, testOptions TestOptions) (string, error) + func StartConfiguredNode(nodeConfig *configapi.NodeConfig) error + func StartTestAllInOne() (*configapi.MasterConfig, *configapi.NodeConfig, string, error) + func StartTestMaster() (*configapi.MasterConfig, string, error) + func WaitForServiceAccounts(client *kclient.Client, namespace string, accounts []string) error + type TestOptions struct + DeleteAllEtcdKeys bool + func DefaultTestOptions() TestOptions