Merge pull request #87984 from apelisse/100-percent-ssa

Enable field management for all new objects

Kubernetes-commit: 6eba154f6e3a786e796b27ac86b6dac046273026
This commit is contained in:
Kubernetes Publisher 2020-02-10 17:22:33 -08:00
commit 9135cc9d66
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const DefaultMaxUpdateManagers int = 10
// DefaultTrackOnCreateProbability defines the default probability that the field management of an object // 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. // 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. // Managed groups a fieldpath.ManagedFields together with the timestamps associated with each operation.
type Managed interface { type Managed interface {