Documentation
¶
Index ¶
- Constants
- func AddIfNotPresentOrDie(indexer cache.Indexer, toAdd cache.Indexers)
- func Append(indexers ...cache.Indexers) (cache.Indexers, error)
- func AppendOrDie(indexers ...cache.Indexers) cache.Indexers
- func ByKubeconfigSecretKey(binding *kubebindv1alpha1.ServiceBinding) string
- func IndexByKubeconfigSecret(obj interface{}) ([]string, error)
Constants ¶
View Source
const (
ByKubeconfigSecret = "byKubeconfigSecret"
)
Variables ¶
This section is empty.
Functions ¶
func AddIfNotPresentOrDie ¶
AddIfNotPresentOrDie tries to add everything from toAdd to indexer's indexers that does not already exist. It panics if it encounters an error.
func ByKubeconfigSecretKey ¶
func ByKubeconfigSecretKey(binding *kubebindv1alpha1.ServiceBinding) string
func IndexByKubeconfigSecret ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.