MCPcopy
hub / github.com/redpanda-data/console / ConfigPatchMirrorSource

Struct ConfigPatchMirrorSource

backend/pkg/connector/patch/mirror.go:22–25  ·  view source on GitHub ↗

ConfigPatchMirrorSource is a config patch that includes changes that shall be applied to the MirrorSourceConnector and MirrorCheckpointConnector.

Source from the content-addressed store, hash-verified

20// ConfigPatchMirrorSource is a config patch that includes changes that shall be applied to the
21// MirrorSourceConnector and MirrorCheckpointConnector.
22type ConfigPatchMirrorSource struct {
23 ConfigurationKeySelector IncludeExcludeSelector
24 ConnectorClassSelector IncludeExcludeSelector
25}
26
27var _ ConfigPatch = (*ConfigPatchMirrorSource)(nil)
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected