We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d950c commit 1badaddCopy full SHA for 1badadd
1 file changed
specs-go/config.go
@@ -68,8 +68,8 @@ type IntelRdt struct {
68
ClosID string `json:"closID,omitempty" yaml:"closID,omitempty"`
69
L3CacheSchema string `json:"l3CacheSchema,omitempty" yaml:"l3CacheSchema,omitempty"`
70
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"`
+ Schemata []string `json:"schemata,omitempty" yaml:"schemata,omitempty"` // Added in v1.1.0.
+ EnableMonitoring bool `json:"enableMonitoring,omitempty" yaml:"enableMonitoring,omitempty"` // Added in v1.1.0.
73
}
74
75
// LinuxNetDevice represents an OCI LinuxNetDevice to be added to the OCI Spec.
0 commit comments