Skip to content

Commit b11e3cb

Browse files
authored
Merge pull request #5087 from ritazh/4381-updatefeaturegate
Update DRAAdminAccess featuregate status in API
2 parents de1e839 + aa31354 commit b11e3cb

File tree

1 file changed

+3
-2
lines changed
  • keps/sig-node/4381-dra-structured-parameters

1 file changed

+3
-2
lines changed

keps/sig-node/4381-dra-structured-parameters/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1880,9 +1880,10 @@ type DeviceRequestAllocationResult struct {
18801880
// the value from there if this field is not set.
18811881
//
18821882
// This is an alpha field and requires enabling the DRAAdminAccess
1883-
// feature gate.
1883+
// feature gate. Admin access is disabled if this field is unset or
1884+
// set to false, otherwise it is enabled.
18841885
//
1885-
// +required
1886+
// +optional
18861887
// +featureGate=DRAAdminAccess
18871888
AdminAccess *bool
18881889
}

0 commit comments

Comments
 (0)