MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / Set

Method Set

internal/feature/features.go:63–63  ·  view source on GitHub ↗

Set enables or disables features by parsing a string like "feature1=true,feature2=false".

(string)

Source from the content-addressed store, hash-verified

61 Gate
62 // Set enables or disables features by parsing a string like "feature1=true,feature2=false".
63 Set(string) error
64 // SetFromMap enables or disables features by boolean values.
65 SetFromMap(map[string]bool) error
66}

Callers 9

TestReconcilePGBackRestFunction · 0.65
getPVCNameFunction · 0.65
TestStringFormatFunction · 0.65
TestContextFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by 5

TestReconcilePGBackRestFunction · 0.52
TestStringFormatFunction · 0.52
TestContextFunction · 0.52