Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientGetter ¶
ClientGetter is an interface to represent structs return kubernetes clientset
type TestBroker ¶
type TestBroker struct {
// contains filtered or unexported fields
}
TestBroker represents upgrade test for ClusterServiceBroker
func NewTestBroker ¶
func NewTestBroker(cli ClientGetter) *TestBroker
NewTestBroker is constructor for TestBroker
func (*TestBroker) CreateResources ¶
func (tb *TestBroker) CreateResources(stop <-chan struct{}, namespace string) error
CreateResources prepares resources for upgrade test for ClusterServiceBroker
func (*TestBroker) TestResources ¶
func (tb *TestBroker) TestResources(stop <-chan struct{}, namespace string) error
TestResources executes test for ClusterServiceBroker and clean resource after finish
Click to show internal directories.
Click to hide internal directories.