Skip to content

Commit 642344a

Browse files
committed
specs-go/features: add linux.intelRdt.schemata field
Accidentally left out from d2f4f90 which added the "linux.intelRdt.schemata" field to the config. Signed-off-by: Markus Lehtonen <[email protected]>
1 parent 34a39b9 commit 642344a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specs-go/features/features.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ type IntelRdt struct {
130130
// Unrelated to whether the host supports Intel RDT or not.
131131
// Nil value means "unknown", not "false".
132132
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"`
133136
}
134137

135138
// MountExtensions represents the "mountExtensions" field.

0 commit comments

Comments
 (0)