Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct {
// contains filtered or unexported fields
}
Test tests the API controller business logic after Kyma upgrade phase
func New ¶
func New(gatewayInterface gateway.Interface, coreInterface kubernetes.Interface, kubelessInterface kubeless.Interface, domainName string, dexConfig dex.IdProviderConfig) Test
New creates new instance of Test
func (Test) CreateResources ¶
func (t Test) CreateResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
CreateResources creates resources for tests
func (Test) TestResources ¶
func (t Test) TestResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
TestResources tests if resources are working properly after upgrade
Click to show internal directories.
Click to hide internal directories.