MCPcopy
hub / github.com/dapr/dapr / Operator

Interface Operator

pkg/operator/operator.go:62–64  ·  view source on GitHub ↗

Operator is an Dapr Kubernetes Operator for managing components and sidecar lifecycle.

Source from the content-addressed store, hash-verified

60
61// Operator is an Dapr Kubernetes Operator for managing components and sidecar lifecycle.
62type Operator interface {
63 Start(ctx context.Context) error
64}
65
66// Options contains the options for `NewOperator`.
67type Options struct {

Callers 40

StartMethod · 0.65
RunMethod · 0.80
SetupMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
SetupMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Implementers 15

sharedInformerFactorypkg/client/informers/externalversions/
sentrypkg/sentry/sentry.go
Serverpkg/sentry/server/server.go
kubernetespkg/sentry/server/validator/kubernetes
insecurepkg/sentry/server/validator/insecure/i
jwkspkg/sentry/server/validator/jwks/jwks.
Fakepkg/sentry/server/validator/fake/fake.
exporterpkg/metrics/exporter.go
operatorpkg/operator/operator.go
DaprWatchdogpkg/operator/watchdog.go
clientpkg/runtime/wfengine/client.go
Actorspkg/runtime/wfengine/backends/actors/a

Calls

no outgoing calls

Tested by

no test coverage detected