Versions in this module Expand all Collapse all v2 v2.0.0 Aug 11, 2020 Changes in this version + func IsInvalidConfig(err error) bool + func IsInvalidLabels(err error) bool + func IsInvalidReplicas(err error) bool + func IsNotFound(err error) bool + func IsNotReady(err error) bool + type BasicApp struct + func New(config Config) (*BasicApp, error) + func (b *BasicApp) Test(ctx context.Context) error + type Chart struct + ChartValues string + Name string + Namespace string + RunReleaseTests bool + URL string + func (cc Chart) Validate() error + type ChartResources struct + DaemonSets []DaemonSet + Deployments []Deployment + Services []Service + type Clients interface + K8sClient func() kubernetes.Interface + type Config struct + App Chart + ChartResources ChartResources + Clients Clients + HelmClient *helmclient.Client + Logger micrologger.Logger + type DaemonSet struct + Labels map[string]string + MatchLabels map[string]string + Name string + Namespace string + type Deployment struct + DeploymentLabels map[string]string + MatchLabels map[string]string + Name string + Namespace string + PodLabels map[string]string + type Interface interface + Test func(ctx context.Context) error + type Service struct + Labels map[string]string + Name string + Namespace string Other modules containing this package github.com/giantswarm/e2etests