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 ByServiceBindingKubeconfigSecretKey(binding *kubebindv1alpha1.APIServiceBinding) string
- func IndexCRDByServiceBinding(obj interface{}) ([]string, error)
- func IndexServiceBindingByKubeconfigSecret(obj interface{}) ([]string, error)
- func IndexServiceBindingRequestByGroupResource(obj interface{}) ([]string, error)
- func IndexServiceBindingRequestByServiceExport(obj interface{}) ([]string, error)
- func IndexServiceExportByCustomResourceDefinition(obj interface{}) ([]string, error)
- func IndexServiceNamespaceByNamespace(obj interface{}) ([]string, error)
Constants ¶
View Source
const ( ServiceBindingRequestByGroupResource = "ServiceBindingRequestByGroupResource" ServiceBindingRequestByServiceExport = "ServiceBindingRequestByServiceExport" )
View Source
const (
ByServiceBindingKubeconfigSecret = "byKubeconfigSecret"
)
View Source
const (
CRDByServiceBinding = "CRDByServiceBinding"
)
View Source
const (
ServiceExportByCustomResourceDefinition = "serviceExportByCustomResourceDefinition"
)
View Source
const (
ServiceNamespaceByNamespace = "ServiceNamespaceByNamespace"
)
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 ByServiceBindingKubeconfigSecretKey ¶ added in v0.0.9
func ByServiceBindingKubeconfigSecretKey(binding *kubebindv1alpha1.APIServiceBinding) string
func IndexCRDByServiceBinding ¶ added in v0.0.9
func IndexServiceBindingByKubeconfigSecret ¶ added in v0.0.9
func IndexServiceBindingRequestByGroupResource ¶ added in v0.2.0
func IndexServiceBindingRequestByServiceExport ¶ added in v0.2.0
func IndexServiceExportByCustomResourceDefinition ¶ added in v0.0.9
func IndexServiceNamespaceByNamespace ¶ added in v0.0.9
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.