Documentation ¶
Index ¶
- Variables
- func PrintAllBuildLogs(config *rest.Config, namespace string)
- func PrintBuildLogs(config *rest.Config, buildGUID string)
- func PrintKorifiLogs(config *rest.Config, correlationId string, since time.Time)
- func PrintPodEvents(config *rest.Config, podDescriptors []PodDescriptor)
- func PrintPodsLogs(config *rest.Config, podDescriptors []PodDescriptor)
- type Handler
- type Hook
- type PodDescriptor
- type TestFailure
Constants ¶
This section is empty.
Variables ¶
View Source
var Always types.GomegaMatcher = gomega.ContainSubstring("")
Functions ¶
func PrintAllBuildLogs ¶ added in v0.12.0
func PrintBuildLogs ¶ added in v0.12.0
func PrintKorifiLogs ¶ added in v0.12.0
func PrintPodEvents ¶
func PrintPodEvents(config *rest.Config, podDescriptors []PodDescriptor)
func PrintPodsLogs ¶
func PrintPodsLogs(config *rest.Config, podDescriptors []PodDescriptor)
Types ¶
type Handler ¶ added in v0.12.0
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) RegisterFailHandler ¶ added in v0.12.0
type Hook ¶ added in v0.12.0
type Hook struct { Matcher types.GomegaMatcher Hook func(config *rest.Config, failure TestFailure) }
type PodDescriptor ¶ added in v0.12.0
type TestFailure ¶ added in v0.12.0
Click to show internal directories.
Click to hide internal directories.