Enable field management for all new objects

Kubernetes-commit: 8438bba5fd911c4674e46519228e6c47b5057346
This commit is contained in:
Antoine Pelisse 2020-02-10 09:06:18 -08:00 committed by Kubernetes Publisher
parent bca232a335
commit 3104ef647b
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
// 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 {