Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LambdaFunctionUpgradeTest ¶
type LambdaFunctionUpgradeTest struct {
// contains filtered or unexported fields
}
LambdaFunctionUpgradeTest tests the creation of a kubeless function and execute a http request to the exposed api of the function after Kyma upgrade phase
func NewLambdaFunctionUpgradeTest ¶
func NewLambdaFunctionUpgradeTest(kubelessCli kubeless.Interface, k8sCli kubernetes.Interface, kymaAPI kyma.Interface, domainName string) *LambdaFunctionUpgradeTest
NewLambdaFunctionUpgradeTest returns new instance of the FunctionUpgradeTest
func (*LambdaFunctionUpgradeTest) CreateResources ¶
func (f *LambdaFunctionUpgradeTest) CreateResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
CreateResources creates resources needed for e2e upgrade test
func (*LambdaFunctionUpgradeTest) TestResources ¶
func (f *LambdaFunctionUpgradeTest) TestResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
TestResources tests resources after the upgrade test
Click to show internal directories.
Click to hide internal directories.