Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TestIsEKSCacheEKS is used for unit testing EKS route TestIsEKSCacheEKS = func() IsEKSCache { return IsEKSCache{Value: true, Err: nil} } // TestIsEKSCacheK8s is used for unit testing K8s route TestIsEKSCacheK8s = func() IsEKSCache { return IsEKSCache{Value: false, Err: nil} } )
View Source
var (
// IsEKS is a function variable that can be overridden in tests
IsEKS = isEKS
)
Functions ¶
This section is empty.
Types ¶
type IsEKSCache ¶
Click to show internal directories.
Click to hide internal directories.