util

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2015 License: Apache-2.0 Imports: 34 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 CleanupServiceAndPod

func CleanupServiceAndPod(pod *kapi.Pod, service *kapi.Service, ns string)

CleanupServiceAndPod removes the Service and the Pod

func CreateBootstrapPolicy added in v0.4.3

func CreateBootstrapPolicy(masterArgs *start.MasterArgs) error

func CreateMasterCerts added in v0.4.3

func CreateMasterCerts(masterArgs *start.MasterArgs) error

func CreateNamespace added in v0.4.4

func CreateNamespace(clusterAdminKubeConfig, name string) (err error)

CreateNamespace creates a namespace with the specified name using the provided kubeconfig DO NOT USE, use create project instead

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 added in v0.4.3

func CreateNodeCerts(nodeArgs *start.NodeArgs) error

func CreatePodFromImage

func CreatePodFromImage(stream *imageapi.ImageStream, tag, ns string) *kapi.Pod

CreatePodFromImage creates a Pod from the latest image available in the Image Stream

func CreateSampleImageStream added in v0.4.3

func CreateSampleImageStream(namespace string) *imageapi.ImageStream

CreateSampleImageStream creates an ImageStream in given namespace

func CreateServiceForPod

func CreateServiceForPod(pod *kapi.Pod, ns string) *kapi.Service

CreateServiceForPod creates a service to serve the provided Pod

func DefaultAllInOneOptions added in v0.4.3

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

func DefaultMasterOptions added in v0.4.3

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

func DeleteAllEtcdKeys

func DeleteAllEtcdKeys()

DeleteAllEtcdKeys removes all etcd keys

func DeleteSampleImageStream added in v0.4.3

func DeleteSampleImageStream(stream *imageapi.ImageStream, namespace string)

DeleteSampleImageStream removes the ImageStream created in given namespace

func FindAvailableBindAddress added in v0.4.4

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 GetBaseDir

func GetBaseDir() string

GetBaseDir returns the base directory used for test.

func GetBuildFixture

func GetBuildFixture(filename string) *buildapi.Build

GetBuildFixture reads the Build JSON and returns and Build object

func GetClientForUser added in v0.6.1

func GetClientForUser(clientConfig kclient.Config, username string) (*client.Client, error)

func GetClusterAdminClient

func GetClusterAdminClient(adminKubeConfigFile string) (*client.Client, error)

func GetClusterAdminClientConfig

func GetClusterAdminClientConfig(adminKubeConfigFile string) (*kclient.Config, error)

func GetClusterAdminKubeClient

func GetClusterAdminKubeClient(adminKubeConfigFile string) (*kclient.Client, error)

func GetEtcdURL

func GetEtcdURL() string

func GetSecretFixture added in v0.4.3

func GetSecretFixture(filename string) *kapi.Secret

func KubeConfigPath

func KubeConfigPath() string

func Namespace

func Namespace() string

Namespace returns the test namespace. The default namespace is set to 'integration-test'. You can override it by setting the 'OS_TEST_NAMESPACE' environment variable

func NewDockerClient

func NewDockerClient() (*dockerClient.Client, error)

newDockerClient creates a docker client using the env var DOCKER_ENDPOINT or, if not supplied, uses the default docker endpoint /var/run/docker.sock

func NewEtcdClient

func NewEtcdClient() *etcd.Client

func RandomNamespace

func RandomNamespace(prefix string) string

RandomNamespace provides random Kubernetes namespace name based on the UNIX timestamp. Optionally you can set the prefix.

func RequireDocker

func RequireDocker()

RequireDocker ensures that a new docker client can be created and that a ListImages command can be run on the client or it fails with glog.Fatal

func RequireEtcd

func RequireEtcd()

RequireEtcd verifies if the etcd is running and accessible for testing

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 added in v0.4.3

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

func StartConfiguredMaster added in v0.4.3

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

func StartConfiguredMasterWithOptions added in v0.5.3

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

func StartTestAllInOne

func StartTestAllInOne() (*configapi.MasterConfig, string, 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 VerifyImage

func VerifyImage(stream *imageapi.ImageStream, tag, ns string, validator ValidateFunc) error

VerifyImage verifies if the latest image in given ImageStream is valid

func WaitForAddress

func WaitForAddress(pod *kapi.Pod, service *kapi.Service, ns string) (string, error)

WaitForAddress waits for the Pod to be running and then for the Service to get the endpoint.

func WaitForServiceAccounts added in v0.5.4

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

Types

type TestOptions added in v0.5.3

type TestOptions struct {
	DeleteAllEtcdKeys bool
}

func DefaultTestOptions added in v0.5.3

func DefaultTestOptions() TestOptions

type ValidateFunc

type ValidateFunc func(string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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