File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ type LeaderElectionConfiguration struct {
74
74
type DebuggingConfiguration struct {
75
75
// enableProfiling enables profiling via web interface host:port/debug/pprof/
76
76
EnableProfiling bool
77
- // enableContentionProfiling enables lock contention profiling, if
77
+ // enableContentionProfiling enables block profiling, if
78
78
// enableProfiling is true.
79
79
EnableContentionProfiling bool
80
80
}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type LeaderElectionConfiguration struct {
60
60
type DebuggingConfiguration struct {
61
61
// enableProfiling enables profiling via web interface host:port/debug/pprof/
62
62
EnableProfiling * bool `json:"enableProfiling,omitempty"`
63
- // enableContentionProfiling enables lock contention profiling, if
63
+ // enableContentionProfiling enables block profiling, if
64
64
// enableProfiling is true.
65
65
EnableContentionProfiling * bool `json:"enableContentionProfiling,omitempty"`
66
66
}
You can’t perform that action at this time.
0 commit comments