mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Enable field management for all new objects
This commit is contained in:
parent
479759ed16
commit
a54a52c5de
@ -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.1
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user