Update fieldmanager.go
Kubernetes-commit: 4db3822ebbac30248463eb529d88176f8b258fd9
This commit is contained in:
parent
d516617523
commit
2ac09e3ec3
|
@ -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.11494204485329620070
|
const DefaultTrackOnCreateProbability float32 = 0.5
|
||||||
|
|
||||||
// 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