standard

package
v3.2.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2019 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeepTestInterface

type DeepTestInterface interface {
	CreateTestApp(ctx context.Context) (interface{}, []*TestError)
	ValidateTestApp(ctx context.Context, cookie interface{}) []*TestError
	ValidateCluster(ctx context.Context) []*TestError
	DeleteTestApp(ctx context.Context, cookie interface{}) []*TestError
}

type SanityChecker

type SanityChecker struct {
	Client *openshift.ClientSet
	// contains filtered or unexported fields
}

func NewSanityChecker

NewSanityChecker creates a new deep test sanity checker for OpenshiftManagedCluster resources.

func (*SanityChecker) CreateTestApp

func (sc *SanityChecker) CreateTestApp(ctx context.Context) (interface{}, []*TestError)

func (*SanityChecker) DeleteTestApp

func (sc *SanityChecker) DeleteTestApp(ctx context.Context, cookie interface{}) []*TestError

func (*SanityChecker) ValidateCluster

func (sc *SanityChecker) ValidateCluster(ctx context.Context) (errs []*TestError)

func (*SanityChecker) ValidateTestApp

func (sc *SanityChecker) ValidateTestApp(ctx context.Context, cookie interface{}) (errs []*TestError)

type TestError

type TestError struct {
	Bucket string
	Err    error
}

func (*TestError) Error

func (te *TestError) Error() string

Jump to

Keyboard shortcuts

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