We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a39b9 commit 642344aCopy full SHA for 642344a
specs-go/features/features.go
@@ -130,6 +130,9 @@ type IntelRdt struct {
130
// Unrelated to whether the host supports Intel RDT or not.
131
// Nil value means "unknown", not "false".
132
Enabled *bool `json:"enabled,omitempty"`
133
+ // Schemata is true if the "linux.intelRdt.enableMonitoring" field of the
134
+ // spec is implemented.
135
+ Schemata *bool `json:"schemata,omitempty"`
136
}
137
138
// MountExtensions represents the "mountExtensions" field.
0 commit comments