Documentation ¶
Index ¶
Constants ¶
View Source
const (
AppContainerPort = 8080
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeoutStack ¶
type TimeoutStack struct { // service discovery type ServiceDiscoveryType manifest.ServiceDiscoveryType FrontEndVN *appmesh.VirtualNode FrontEndDP *appsv1.Deployment BackEndVN *appmesh.VirtualNode BackEndDP *appsv1.Deployment BackEndSVC *corev1.Service BackEndVS *appmesh.VirtualService BackEndVR *appmesh.VirtualRouter TimeoutValue int // contains filtered or unexported fields }
func (*TimeoutStack) CheckTimeoutBehavior ¶
func (s *TimeoutStack) CheckTimeoutBehavior(ctx context.Context, f *framework.Framework)
Check Timeout behavior with and with timeout configured
func (*TimeoutStack) CleanupTimeoutStack ¶
func (s *TimeoutStack) CleanupTimeoutStack(ctx context.Context, f *framework.Framework)
func (*TimeoutStack) DeployTimeoutStack ¶
func (s *TimeoutStack) DeployTimeoutStack(ctx context.Context, f *framework.Framework)
Click to show internal directories.
Click to hide internal directories.