Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
func GetEKSClusterName ¶
func GetEKSClusterName() string
func IsEKS ¶
func IsEKS() bool
IsEKS determines if the cluster in the current context does appear to be an EKS cluster
func K8sClient ¶
func K8sClient() *kubernetes.Clientset
Types ¶
type CaseInsensitiveMap ¶ added in v0.1.0
type CaseInsensitiveMap[T any] struct { // contains filtered or unexported fields }
func NewCaseInsensitiveMap ¶ added in v0.1.0
func NewCaseInsensitiveMap[T any](from *map[string]T) *CaseInsensitiveMap[T]
func (*CaseInsensitiveMap[T]) Get ¶ added in v0.1.0
func (m *CaseInsensitiveMap[T]) Get(key string) (T, bool)
Click to show internal directories.
Click to hide internal directories.