Skip to content

Commit

Permalink
Merge pull request #87984 from apelisse/100-percent-ssa
Browse files Browse the repository at this point in the history
Enable field management for all new objects
  • Loading branch information
k8s-ci-robot committed Feb 11, 2020
2 parents 26ecb7e + 8438bba commit 6eba154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 0.5
const DefaultTrackOnCreateProbability float32 = 1

// Managed groups a fieldpath.ManagedFields together with the timestamps associated with each operation.
type Managed interface {
Expand Down

0 comments on commit 6eba154

Please sign in to comment.