We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7897616 commit 87b990eCopy full SHA for 87b990e
1 file changed
internal/controller/config.go
@@ -31,10 +31,8 @@ type Config struct {
31
Organization string
32
// BulkClusterSync enables the async cluster job endpoint for startup
33
// state sync. When false, startup sync is skipped and only individual
34
- // PostOne calls are used. Note: this is experimental and requires
35
- // enablement of a feature flag by GitHub. If enabled without the API-side
36
- // feature flag, the controller will not post deployment records at startup,
37
- // only ongoing pod events that arrive after the initial informer sync.
+ // PostOne calls are used. **Note: this is experimental and not yet available
+ // for public use.**
38
BulkClusterSync bool
39
}
40
0 commit comments