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.
2 parents bfdffd5 + 642344a commit cabadbcCopy full SHA for cabadbc
specs-go/features/features.go
@@ -131,6 +131,9 @@ type IntelRdt struct {
131
// Unrelated to whether the host supports Intel RDT or not.
132
// Nil value means "unknown", not "false".
133
Enabled *bool `json:"enabled,omitempty"`
134
+ // Schemata is true if the "linux.intelRdt.enableMonitoring" field of the
135
+ // spec is implemented.
136
+ Schemata *bool `json:"schemata,omitempty"`
137
}
138
139
// MemoryPolicy represents the "memoryPolicy" field.
0 commit comments