We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ea723 commit 5917ac0Copy full SHA for 5917ac0
keps/sig-node/4381-dra-structured-parameters/README.md
@@ -1267,6 +1267,20 @@ type RequestDetail struct {
1267
// +optional
1268
AdminAccess *bool
1269
}
1270
+```
1271
+
1272
1273
+<<[UNRESOLVED @johnbelamaric ]>>
1274
1275
+There is nothing in the current revision of the KEP which depends on device classes
1276
+being mandatory, therefore the `DeviceClassName` is optional. Before beta we need
1277
+to decide whether we keep that or make it required. Changing after beta will be
1278
+harder.
1279
1280
+<<[/UNRESOLVED]>>
1281
1282
1283
+```go
1284
1285
// Exactly one field must be set.
1286
type Selector struct {
0 commit comments