MCPcopy
hub / github.com/apecloud/kubeblocks / inDataContext

Function inDataContext

pkg/controller/component/utils.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36)
37
38func inDataContext() *multicluster.ClientOption {
39 return multicluster.InDataContext()
40}
41
42func ValidateDefNameRegexp(defNamePattern string) error {
43 _, err := regexp.Compile(defNamePattern)

Callers 12

ListOwnedPVCsFunction · 0.70
ListOwnedServicesFunction · 0.70
listPodsFunction · 0.70
isHostNetworkEnabledFunction · 0.70
resolveNativeObjectKeyFunction · 0.70
clusterServiceGetterFunction · 0.70
compServiceGetterFunction · 0.70
componentVarPodsGetterFunction · 0.70

Calls 1

InDataContextFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…