diff --git a/specs-go/features/features.go b/specs-go/features/features.go index d8eb169dc..f94f04ddb 100644 --- a/specs-go/features/features.go +++ b/specs-go/features/features.go @@ -130,6 +130,9 @@ type IntelRdt struct { // Unrelated to whether the host supports Intel RDT or not. // Nil value means "unknown", not "false". Enabled *bool `json:"enabled,omitempty"` + // Schemata is true if the "linux.intelRdt.enableMonitoring" field of the + // spec is implemented. + Schemata *bool `json:"schemata,omitempty"` } // MountExtensions represents the "mountExtensions" field.