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

Struct ConfigPatchCommon

backend/pkg/connector/patch/common.go:30–33  ·  view source on GitHub ↗

ConfigPatchCommon is a config patch that applies specific patches on a set of configurations that is common across several connectors (e.g. tasks.max).

Source from the content-addressed store, hash-verified

28// ConfigPatchCommon is a config patch that applies specific patches on a set of configurations
29// that is common across several connectors (e.g. tasks.max).
30type ConfigPatchCommon struct {
31 ConfigurationKeySelector IncludeExcludeSelector
32 ConnectorClassSelector IncludeExcludeSelector
33}
34
35var _ ConfigPatch = (*ConfigPatchAll)(nil)
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected