File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments