Documentation ¶
Index ¶
Constants ¶
View Source
const ( PollIntervalShort = 2 * time.Second PollIntervalMedium = 10 * time.Second PollIntervalLong = 30 * time.Second PollTimeoutShort = 1 * time.Minute PollTimeoutMedium = 5 * time.Minute PollTimeoutLong = 15 * time.Minute // IngressReconcileTimeout is the timeout we expected the controller finishes reconcile for Ingresses. IngressReconcileTimeout = 1 * time.Minute // IngressDNSAvailableWaitTimeout is the timeout we expect the DNS records of ALB to be propagated. IngressDNSAvailableWaitTimeout = 3 * time.Minute )
View Source
const (
ColortellerImage = "public.ecr.aws/l6m2t8p7/colorteller:latest"
)
Variables ¶
This section is empty.
Functions ¶
func NewGinkgoLogger ¶
func NewGinkgoLogger() (logr.Logger, httpexpectv2.LoggerReporter)
NewGinkgoLogger returns new logger with ginkgo backend.
func RandomDNS1123Label ¶
RandomDNS1123Label generates a random DNS1123 compatible label with specified length
Types ¶
type GinkgoLogger ¶
type GinkgoLogger interface { httpexpectv2.LoggerReporter }
type MultiError ¶
type MultiError struct {
// contains filtered or unexported fields
}
func (*MultiError) Error ¶
func (e *MultiError) Error() string
Click to show internal directories.
Click to hide internal directories.