Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type RenderTestSummaryInput struct + FailedTests []internal.TestStatus + TestResultWindowTime time.Duration + TestRunnerInfo TestRunnerInfo + TotalTestsCnt int + type SlackClient struct + func NewSlackClient(cfg SlackClientConfig) *SlackClient + func (c *SlackClient) Send(header, body, footer, color string) error + type SlackClientConfig struct + ChannelID string + Token string + WebhookURL string + type SlackNotifier struct + func New(slack slackClient, testRenderer testRenderer, cfgMapClient configMapClient, ...) *SlackNotifier + func (s *SlackNotifier) Run(ctx context.Context) + type TestRenderer struct + func NewTestRenderer() (*TestRenderer, error) + func (s *TestRenderer) RenderTestSummary(in RenderTestSummaryInput) (string, string, string, error) + type TestRunnerInfo struct + Namespace string + PodName string