Skip to content

Commit 8c60119

Browse files
committed
api update by KubeVirt Prow build 1889871871529193472
1 parent 3bebbcd commit 8c60119

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

apitesting/testdata/HEAD/kubevirt.io.v1.KubeVirt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
"nodeVerbosity": {
110110
"nodeVerbosityKey": 18446744073709551603
111111
}
112-
}
112+
},
113+
"clusterProfiler": true
113114
},
114115
"emulatedMachines": [
115116
"emulatedMachinesValue"

apitesting/testdata/HEAD/kubevirt.io.v1.KubeVirt.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ spec:
8989
cpuRequest: "0"
9090
defaultRuntimeClass: defaultRuntimeClassValue
9191
developerConfiguration:
92+
clusterProfiler: true
9293
cpuAllocationRatio: -18
9394
diskVerification:
9495
memoryLimit: "0"

core/v1/types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2789,6 +2789,9 @@ type DeveloperConfiguration struct {
27892789
MinimumClusterTSCFrequency *int64 `json:"minimumClusterTSCFrequency,omitempty"`
27902790
DiskVerification *DiskVerification `json:"diskVerification,omitempty"`
27912791
LogVerbosity *LogVerbosity `json:"logVerbosity,omitempty"`
2792+
2793+
// Enable the ability to pprof profile KubeVirt control plane
2794+
ClusterProfiler bool `json:"clusterProfiler,omitempty"`
27922795
}
27932796

27942797
// LogVerbosity sets log verbosity level of various components

core/v1/types_swagger_generated.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)