Skip to content

Commit 1badadd

Browse files
committed
specs-go: add 1.1.0 version-clarification comments for recent RDT fields.
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
1 parent 18d950c commit 1badadd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs-go/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ type IntelRdt struct {
6868
ClosID string `json:"closID,omitempty" yaml:"closID,omitempty"`
6969
L3CacheSchema string `json:"l3CacheSchema,omitempty" yaml:"l3CacheSchema,omitempty"`
7070
MemBwSchema string `json:"memBwSchema,omitempty" yaml:"memBwSchema,omitempty"`
71-
Schemata []string `json:"schemata,omitempty" yaml:"schemata,omitempty"`
72-
EnableMonitoring bool `json:"enableMonitoring,omitempty" yaml:"enableMonitoring,omitempty"`
71+
Schemata []string `json:"schemata,omitempty" yaml:"schemata,omitempty"` // Added in v1.1.0.
72+
EnableMonitoring bool `json:"enableMonitoring,omitempty" yaml:"enableMonitoring,omitempty"` // Added in v1.1.0.
7373
}
7474

7575
// LinuxNetDevice represents an OCI LinuxNetDevice to be added to the OCI Spec.

0 commit comments

Comments
 (0)