server

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2016 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceAccountWaitTimeout = 30 * time.Second

ServiceAccountWaitTimeout is used to determine how long to wait for the service account controllers to start up, and populate the service accounts in the test namespace

Variables

This section is empty.

Functions

func CreateBootstrapPolicy

func CreateBootstrapPolicy(masterArgs *start.MasterArgs) error

func CreateMasterCerts

func CreateMasterCerts(masterArgs *start.MasterArgs) error

func CreateNewProject

func CreateNewProject(clusterAdminClient *client.Client, clientConfig kclient.Config, projectName, adminUser string) (*client.Client, error)

CreateNewProject creates a new project using the clusterAdminClient, then gets a token for the adminUser and returns back a client for the admin user

func CreateNodeCerts

func CreateNodeCerts(nodeArgs *start.NodeArgs, masterURL string) error

func DefaultAllInOneOptions

func DefaultAllInOneOptions() (*configapi.MasterConfig, *configapi.NodeConfig, error)

func DefaultMasterOptions

func DefaultMasterOptions() (*configapi.MasterConfig, error)

func FindAvailableBindAddress

func FindAvailableBindAddress(lowPort, highPort int) (string, error)

FindAvailableBindAddress returns a bind address on 127.0.0.1 with a free port in the low-high range. If lowPort is 0, an ephemeral port is allocated.

func RequireServer

func RequireServer()

RequireServer verifies if the etcd, docker and the OpenShift server are available and you can successfully connected to them.

func StartConfiguredAllInOne

func StartConfiguredAllInOne(masterConfig *configapi.MasterConfig, nodeConfig *configapi.NodeConfig) (string, error)

func StartConfiguredMaster

func StartConfiguredMaster(masterConfig *configapi.MasterConfig) (string, error)

func StartConfiguredMasterAPI added in v1.1.1

func StartConfiguredMasterAPI(masterConfig *configapi.MasterConfig) (string, error)

func StartConfiguredMasterWithOptions

func StartConfiguredMasterWithOptions(masterConfig *configapi.MasterConfig, testOptions TestOptions) (string, error)

func StartConfiguredNode

func StartConfiguredNode(nodeConfig *configapi.NodeConfig) error

func StartTestMaster

func StartTestMaster() (*configapi.MasterConfig, string, error)

StartTestMaster starts up a test master and returns back the startOptions so you can get clients and certs

func StartTestMasterAPI added in v1.1.1

func StartTestMasterAPI() (*configapi.MasterConfig, string, error)

func WaitForServiceAccounts

func WaitForServiceAccounts(client *kclient.Client, namespace string, accounts []string) error

WaitForServiceAccounts ensures the service accounts needed by build pods exist in the namespace The extra controllers tend to starve the service account controller

Types

type TestOptions

type TestOptions struct {
	DeleteAllEtcdKeys bool
	EnableControllers bool
}

func DefaultTestOptions

func DefaultTestOptions() TestOptions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL