Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // KnownCodes maps Gardener error codes to respective regex. KnownCodes = map[gardencorev1beta1.ErrorCode]func(string) bool{ gardencorev1beta1.ErrorInfraUnauthenticated: unauthenticatedRegexp.MatchString, gardencorev1beta1.ErrorInfraUnauthorized: unauthorizedRegexp.MatchString, gardencorev1beta1.ErrorInfraQuotaExceeded: quotaExceededRegexp.MatchString, gardencorev1beta1.ErrorInfraRateLimitsExceeded: rateLimitsExceededRegexp.MatchString, } )
View Source
var ( // Scheme is a scheme with the types relevant for vSphere actuators. Scheme *runtime.Scheme )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.