Documentation
¶
Index ¶
- Constants
- Variables
- func IsInvalidConfig(err error) bool
- func IsInvalidSecret(err error) bool
- func IsTimeout(err error) bool
- func IsWrongType(err error) bool
- func K8sLabels(clusterID string, key Key) map[string]string
- func K8sName(clusterID string, key Key) string
- type Cluster
- type Config
- type Interface
- type Key
- type RandomKey
- type Searcher
Constants ¶
View Source
const (
SecretNamespace = "default"
)
Variables ¶
View Source
var AllKeys = []Key{ EncryptionKey, }
Functions ¶
func IsInvalidConfig ¶
func IsInvalidSecret ¶
func IsWrongType ¶
Types ¶
type Config ¶
type Config struct { K8sClient kubernetes.Interface Logger micrologger.Logger }
Click to show internal directories.
Click to hide internal directories.