Merge pull request #88019 from liggitt/ssa

Lower ssa auto-enablement to 10%
This commit is contained in:
Kubernetes Prow Robot 2020-02-11 15:50:09 -08:00 committed by GitHub
commit 7faee2c30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ const DefaultMaxUpdateManagers int = 10
// DefaultTrackOnCreateProbability defines the default probability that the field management of an object
// starts being tracked from the object's creation, instead of from the first time the object is applied to.
const DefaultTrackOnCreateProbability float32 = 1
const DefaultTrackOnCreateProbability float32 = 0.1
// Managed groups a fieldpath.ManagedFields together with the timestamps associated with each operation.
type Managed interface {