We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26ecb7e + 8438bba commit 6eba154Copy full SHA for 6eba154
staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/fieldmanager.go
@@ -35,7 +35,7 @@ const DefaultMaxUpdateManagers int = 10
35
36
// DefaultTrackOnCreateProbability defines the default probability that the field management of an object
37
// starts being tracked from the object's creation, instead of from the first time the object is applied to.
38
-const DefaultTrackOnCreateProbability float32 = 0.5
+const DefaultTrackOnCreateProbability float32 = 1
39
40
// Managed groups a fieldpath.ManagedFields together with the timestamps associated with each operation.
41
type Managed interface {
0 commit comments