Skip to content

Commit 87b990e

Browse files
committed
fix: update comment
1 parent 7897616 commit 87b990e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

internal/controller/config.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ type Config struct {
3131
Organization string
3232
// BulkClusterSync enables the async cluster job endpoint for startup
3333
// 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.
34+
// PostOne calls are used. **Note: this is experimental and not yet available
35+
// for public use.**
3836
BulkClusterSync bool
3937
}
4038

0 commit comments

Comments
 (0)