diff --git a/master-local/_definitions.json b/master-local/_definitions.json
index 01bf4195528daeb552ef6608152eea6af7db2af8..be90e4dad77687f15738f5fdb21422c4823726f5 100644
--- a/master-local/_definitions.json
+++ b/master-local/_definitions.json
@@ -15896,7 +15896,7 @@
       "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
       "properties": {
         "adminAccess": {
-          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
           "type": "boolean"
         },
         "allocationMode": {
@@ -15934,6 +15934,10 @@
     "io.k8s.api.resource.v1alpha3.DeviceRequestAllocationResult": {
       "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
       "properties": {
+        "adminAccess": {
+          "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+          "type": "boolean"
+        },
         "device": {
           "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
           "type": "string"
diff --git a/master-local/devicerequest-resource-v1alpha3.json b/master-local/devicerequest-resource-v1alpha3.json
index cfd10813afdda15623ed15cdf3b6773e3d18e06d..dcf6c0b5bd5be38ac872b1b3c1b599b0ada8f2b9 100644
--- a/master-local/devicerequest-resource-v1alpha3.json
+++ b/master-local/devicerequest-resource-v1alpha3.json
@@ -2,7 +2,7 @@
   "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
   "properties": {
     "adminAccess": {
-      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
       "type": [
         "boolean",
         "null"
diff --git a/master-local/devicerequest.json b/master-local/devicerequest.json
index cfd10813afdda15623ed15cdf3b6773e3d18e06d..dcf6c0b5bd5be38ac872b1b3c1b599b0ada8f2b9 100644
--- a/master-local/devicerequest.json
+++ b/master-local/devicerequest.json
@@ -2,7 +2,7 @@
   "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
   "properties": {
     "adminAccess": {
-      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
       "type": [
         "boolean",
         "null"
diff --git a/master-local/devicerequestallocationresult-resource-v1alpha3.json b/master-local/devicerequestallocationresult-resource-v1alpha3.json
index 65dee19333de1ba0343f8f9ecbf94ac1930d58f8..ca4bcaefa2c9456976d8bf9ae0897e39c5c7b162 100644
--- a/master-local/devicerequestallocationresult-resource-v1alpha3.json
+++ b/master-local/devicerequestallocationresult-resource-v1alpha3.json
@@ -1,6 +1,13 @@
 {
   "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
   "properties": {
+    "adminAccess": {
+      "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+      "type": [
+        "boolean",
+        "null"
+      ]
+    },
     "device": {
       "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
       "type": [
diff --git a/master-local/devicerequestallocationresult.json b/master-local/devicerequestallocationresult.json
index 65dee19333de1ba0343f8f9ecbf94ac1930d58f8..ca4bcaefa2c9456976d8bf9ae0897e39c5c7b162 100644
--- a/master-local/devicerequestallocationresult.json
+++ b/master-local/devicerequestallocationresult.json
@@ -1,6 +1,13 @@
 {
   "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
   "properties": {
+    "adminAccess": {
+      "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+      "type": [
+        "boolean",
+        "null"
+      ]
+    },
     "device": {
       "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
       "type": [
diff --git a/master-standalone-strict/_definitions.json b/master-standalone-strict/_definitions.json
index 813ba6aae143fbffcda3a551c5e08d0329be9618..cc9a047b931f2b1ecb3c1b677679ae7e5d54d198 100644
--- a/master-standalone-strict/_definitions.json
+++ b/master-standalone-strict/_definitions.json
@@ -16419,7 +16419,7 @@
       "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
       "properties": {
         "adminAccess": {
-          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
           "type": "boolean"
         },
         "allocationMode": {
@@ -16458,6 +16458,10 @@
     "io.k8s.api.resource.v1alpha3.DeviceRequestAllocationResult": {
       "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
       "properties": {
+        "adminAccess": {
+          "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+          "type": "boolean"
+        },
         "device": {
           "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
           "type": "string"
diff --git a/master-standalone-strict/allocationresult-resource-v1alpha3.json b/master-standalone-strict/allocationresult-resource-v1alpha3.json
index 3f1786a5038bf8dc351fd5cdd10f8ccd9deb2238..6efc1b09ec96d3ee108e6528f535907a859c78ae 100644
--- a/master-standalone-strict/allocationresult-resource-v1alpha3.json
+++ b/master-standalone-strict/allocationresult-resource-v1alpha3.json
@@ -70,6 +70,13 @@
           "items": {
             "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
             "properties": {
+              "adminAccess": {
+                "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                "type": [
+                  "boolean",
+                  "null"
+                ]
+              },
               "device": {
                 "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                 "type": "string"
diff --git a/master-standalone-strict/allocationresult.json b/master-standalone-strict/allocationresult.json
index 3f1786a5038bf8dc351fd5cdd10f8ccd9deb2238..6efc1b09ec96d3ee108e6528f535907a859c78ae 100644
--- a/master-standalone-strict/allocationresult.json
+++ b/master-standalone-strict/allocationresult.json
@@ -70,6 +70,13 @@
           "items": {
             "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
             "properties": {
+              "adminAccess": {
+                "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                "type": [
+                  "boolean",
+                  "null"
+                ]
+              },
               "device": {
                 "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                 "type": "string"
diff --git a/master-standalone-strict/deviceallocationresult-resource-v1alpha3.json b/master-standalone-strict/deviceallocationresult-resource-v1alpha3.json
index 6cfeebf14be90d7cb7490493f626879756796952..423dc0f83c3d12060507a7e49f3f8f11557e0dfb 100644
--- a/master-standalone-strict/deviceallocationresult-resource-v1alpha3.json
+++ b/master-standalone-strict/deviceallocationresult-resource-v1alpha3.json
@@ -67,6 +67,13 @@
       "items": {
         "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
         "properties": {
+          "adminAccess": {
+            "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+            "type": [
+              "boolean",
+              "null"
+            ]
+          },
           "device": {
             "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
             "type": "string"
diff --git a/master-standalone-strict/deviceallocationresult.json b/master-standalone-strict/deviceallocationresult.json
index 6cfeebf14be90d7cb7490493f626879756796952..423dc0f83c3d12060507a7e49f3f8f11557e0dfb 100644
--- a/master-standalone-strict/deviceallocationresult.json
+++ b/master-standalone-strict/deviceallocationresult.json
@@ -67,6 +67,13 @@
       "items": {
         "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
         "properties": {
+          "adminAccess": {
+            "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+            "type": [
+              "boolean",
+              "null"
+            ]
+          },
           "device": {
             "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
             "type": "string"
diff --git a/master-standalone-strict/deviceclaim-resource-v1alpha3.json b/master-standalone-strict/deviceclaim-resource-v1alpha3.json
index e64e64d1547271f2b8cc4a623b080e1a16260d90..db1c4db1b7384231ca22f4b478494eeb22e9f887 100644
--- a/master-standalone-strict/deviceclaim-resource-v1alpha3.json
+++ b/master-standalone-strict/deviceclaim-resource-v1alpha3.json
@@ -100,7 +100,7 @@
         "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
         "properties": {
           "adminAccess": {
-            "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+            "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
             "type": [
               "boolean",
               "null"
diff --git a/master-standalone-strict/deviceclaim.json b/master-standalone-strict/deviceclaim.json
index e64e64d1547271f2b8cc4a623b080e1a16260d90..db1c4db1b7384231ca22f4b478494eeb22e9f887 100644
--- a/master-standalone-strict/deviceclaim.json
+++ b/master-standalone-strict/deviceclaim.json
@@ -100,7 +100,7 @@
         "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
         "properties": {
           "adminAccess": {
-            "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+            "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
             "type": [
               "boolean",
               "null"
diff --git a/master-standalone-strict/devicerequest-resource-v1alpha3.json b/master-standalone-strict/devicerequest-resource-v1alpha3.json
index 9a684fca2a5482f54eebd5baa5c1100b108938be..06477bbe47fbeaab16ea72e478ee55e80b33bf86 100644
--- a/master-standalone-strict/devicerequest-resource-v1alpha3.json
+++ b/master-standalone-strict/devicerequest-resource-v1alpha3.json
@@ -2,7 +2,7 @@
   "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
   "properties": {
     "adminAccess": {
-      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
       "type": [
         "boolean",
         "null"
diff --git a/master-standalone-strict/devicerequest.json b/master-standalone-strict/devicerequest.json
index 9a684fca2a5482f54eebd5baa5c1100b108938be..06477bbe47fbeaab16ea72e478ee55e80b33bf86 100644
--- a/master-standalone-strict/devicerequest.json
+++ b/master-standalone-strict/devicerequest.json
@@ -2,7 +2,7 @@
   "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
   "properties": {
     "adminAccess": {
-      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
       "type": [
         "boolean",
         "null"
diff --git a/master-standalone-strict/devicerequestallocationresult-resource-v1alpha3.json b/master-standalone-strict/devicerequestallocationresult-resource-v1alpha3.json
index 150dd6257eca5aa353f0ad5a27c0594f3fcf7575..736243d4d417266fedfc73d2e1d73d7f7b3fdfb7 100644
--- a/master-standalone-strict/devicerequestallocationresult-resource-v1alpha3.json
+++ b/master-standalone-strict/devicerequestallocationresult-resource-v1alpha3.json
@@ -1,6 +1,13 @@
 {
   "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
   "properties": {
+    "adminAccess": {
+      "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+      "type": [
+        "boolean",
+        "null"
+      ]
+    },
     "device": {
       "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
       "type": [
diff --git a/master-standalone-strict/devicerequestallocationresult.json b/master-standalone-strict/devicerequestallocationresult.json
index 150dd6257eca5aa353f0ad5a27c0594f3fcf7575..736243d4d417266fedfc73d2e1d73d7f7b3fdfb7 100644
--- a/master-standalone-strict/devicerequestallocationresult.json
+++ b/master-standalone-strict/devicerequestallocationresult.json
@@ -1,6 +1,13 @@
 {
   "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
   "properties": {
+    "adminAccess": {
+      "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+      "type": [
+        "boolean",
+        "null"
+      ]
+    },
     "device": {
       "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
       "type": [
diff --git a/master-standalone-strict/resourceclaim-resource-v1alpha3.json b/master-standalone-strict/resourceclaim-resource-v1alpha3.json
index 4b86186b2e54e47dd2ae09c6050eca1a998e1c44..fbb1802b6f753afd1761b6984a3582a5368a4e0c 100644
--- a/master-standalone-strict/resourceclaim-resource-v1alpha3.json
+++ b/master-standalone-strict/resourceclaim-resource-v1alpha3.json
@@ -379,7 +379,7 @@
                 "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                 "properties": {
                   "adminAccess": {
-                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                     "type": [
                       "boolean",
                       "null"
@@ -549,6 +549,13 @@
                   "items": {
                     "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                     "properties": {
+                      "adminAccess": {
+                        "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                        "type": [
+                          "boolean",
+                          "null"
+                        ]
+                      },
                       "device": {
                         "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                         "type": "string"
diff --git a/master-standalone-strict/resourceclaim.json b/master-standalone-strict/resourceclaim.json
index 7ee14eb2fa636506e9f6fde2c4028705667ed2d1..1e1e6671bba8576b10f248edf5c70abcf71eb663 100644
--- a/master-standalone-strict/resourceclaim.json
+++ b/master-standalone-strict/resourceclaim.json
@@ -376,7 +376,7 @@
                 "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                 "properties": {
                   "adminAccess": {
-                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                     "type": [
                       "boolean",
                       "null"
@@ -546,6 +546,13 @@
                   "items": {
                     "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                     "properties": {
+                      "adminAccess": {
+                        "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                        "type": [
+                          "boolean",
+                          "null"
+                        ]
+                      },
                       "device": {
                         "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                         "type": "string"
diff --git a/master-standalone-strict/resourceclaimlist-resource-v1alpha3.json b/master-standalone-strict/resourceclaimlist-resource-v1alpha3.json
index 0eca8169dea767b0f85f16b707e03030001e9fda..2f5030eba4834afdac518fd6f8831094da8ac89e 100644
--- a/master-standalone-strict/resourceclaimlist-resource-v1alpha3.json
+++ b/master-standalone-strict/resourceclaimlist-resource-v1alpha3.json
@@ -394,7 +394,7 @@
                       "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                       "properties": {
                         "adminAccess": {
-                          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                           "type": [
                             "boolean",
                             "null"
@@ -561,6 +561,13 @@
                         "items": {
                           "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                           "properties": {
+                            "adminAccess": {
+                              "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                              "type": [
+                                "boolean",
+                                "null"
+                              ]
+                            },
                             "device": {
                               "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                               "type": "string"
diff --git a/master-standalone-strict/resourceclaimlist.json b/master-standalone-strict/resourceclaimlist.json
index b29e7975e12d7436810bea59cb0095977fd62d16..b0e7b8cece96026be2cfe69ae5b275987b3821a8 100644
--- a/master-standalone-strict/resourceclaimlist.json
+++ b/master-standalone-strict/resourceclaimlist.json
@@ -388,7 +388,7 @@
                       "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                       "properties": {
                         "adminAccess": {
-                          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                           "type": [
                             "boolean",
                             "null"
@@ -555,6 +555,13 @@
                         "items": {
                           "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                           "properties": {
+                            "adminAccess": {
+                              "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                              "type": [
+                                "boolean",
+                                "null"
+                              ]
+                            },
                             "device": {
                               "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                               "type": "string"
diff --git a/master-standalone-strict/resourceclaimspec-resource-v1alpha3.json b/master-standalone-strict/resourceclaimspec-resource-v1alpha3.json
index 11de7a3b46311cfa392c470dd2e2932b0583ca52..e67bf6c8a8a9d4309442c66d710c7a1d239059f7 100644
--- a/master-standalone-strict/resourceclaimspec-resource-v1alpha3.json
+++ b/master-standalone-strict/resourceclaimspec-resource-v1alpha3.json
@@ -103,7 +103,7 @@
             "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
             "properties": {
               "adminAccess": {
-                "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                 "type": [
                   "boolean",
                   "null"
diff --git a/master-standalone-strict/resourceclaimspec.json b/master-standalone-strict/resourceclaimspec.json
index 11de7a3b46311cfa392c470dd2e2932b0583ca52..e67bf6c8a8a9d4309442c66d710c7a1d239059f7 100644
--- a/master-standalone-strict/resourceclaimspec.json
+++ b/master-standalone-strict/resourceclaimspec.json
@@ -103,7 +103,7 @@
             "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
             "properties": {
               "adminAccess": {
-                "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                 "type": [
                   "boolean",
                   "null"
diff --git a/master-standalone-strict/resourceclaimstatus-resource-v1alpha3.json b/master-standalone-strict/resourceclaimstatus-resource-v1alpha3.json
index 60e8aa889570e57fd06fc9bc029c803e72f51a83..d2b75a43c9d2696690823a96e5a074d9ec520d97 100644
--- a/master-standalone-strict/resourceclaimstatus-resource-v1alpha3.json
+++ b/master-standalone-strict/resourceclaimstatus-resource-v1alpha3.json
@@ -73,6 +73,13 @@
               "items": {
                 "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                 "properties": {
+                  "adminAccess": {
+                    "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                    "type": [
+                      "boolean",
+                      "null"
+                    ]
+                  },
                   "device": {
                     "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                     "type": "string"
diff --git a/master-standalone-strict/resourceclaimstatus.json b/master-standalone-strict/resourceclaimstatus.json
index 60e8aa889570e57fd06fc9bc029c803e72f51a83..d2b75a43c9d2696690823a96e5a074d9ec520d97 100644
--- a/master-standalone-strict/resourceclaimstatus.json
+++ b/master-standalone-strict/resourceclaimstatus.json
@@ -73,6 +73,13 @@
               "items": {
                 "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                 "properties": {
+                  "adminAccess": {
+                    "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                    "type": [
+                      "boolean",
+                      "null"
+                    ]
+                  },
                   "device": {
                     "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                     "type": "string"
diff --git a/master-standalone-strict/resourceclaimtemplate-resource-v1alpha3.json b/master-standalone-strict/resourceclaimtemplate-resource-v1alpha3.json
index 5d8624865114c5d98c543673db9ddeb3817bcbbd..fc94e6acbe2b685872e36882905a574e7e6e87ef 100644
--- a/master-standalone-strict/resourceclaimtemplate-resource-v1alpha3.json
+++ b/master-standalone-strict/resourceclaimtemplate-resource-v1alpha3.json
@@ -635,7 +635,7 @@
                     "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                     "properties": {
                       "adminAccess": {
-                        "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                        "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                         "type": [
                           "boolean",
                           "null"
diff --git a/master-standalone-strict/resourceclaimtemplate.json b/master-standalone-strict/resourceclaimtemplate.json
index d5a1652a225c8d3a129e44cc843fc7f07d9e979d..4cfb5708470db0f5f1b4b8484884136a14f428ef 100644
--- a/master-standalone-strict/resourceclaimtemplate.json
+++ b/master-standalone-strict/resourceclaimtemplate.json
@@ -632,7 +632,7 @@
                     "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                     "properties": {
                       "adminAccess": {
-                        "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                        "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                         "type": [
                           "boolean",
                           "null"
diff --git a/master-standalone-strict/resourceclaimtemplatelist-resource-v1alpha3.json b/master-standalone-strict/resourceclaimtemplatelist-resource-v1alpha3.json
index 7da3f89a820697591c63b2c04ae53649c9d9e6ae..921417c02c88e9fa0a046d6d567a820130555481 100644
--- a/master-standalone-strict/resourceclaimtemplatelist-resource-v1alpha3.json
+++ b/master-standalone-strict/resourceclaimtemplatelist-resource-v1alpha3.json
@@ -650,7 +650,7 @@
                           "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                           "properties": {
                             "adminAccess": {
-                              "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                              "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                               "type": [
                                 "boolean",
                                 "null"
diff --git a/master-standalone-strict/resourceclaimtemplatelist.json b/master-standalone-strict/resourceclaimtemplatelist.json
index 8fb2f1bd746fe1495edb40eb5816baea023a1098..9cf7102e6ac36d91f6da7b0a5d8f101020ea134f 100644
--- a/master-standalone-strict/resourceclaimtemplatelist.json
+++ b/master-standalone-strict/resourceclaimtemplatelist.json
@@ -644,7 +644,7 @@
                           "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                           "properties": {
                             "adminAccess": {
-                              "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                              "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                               "type": [
                                 "boolean",
                                 "null"
diff --git a/master-standalone-strict/resourceclaimtemplatespec-resource-v1alpha3.json b/master-standalone-strict/resourceclaimtemplatespec-resource-v1alpha3.json
index 9cb32494d2992d5d36c9df2999ddf671c8f3a29b..b5a82fc82cf06480f647e0efb958abdd643e7a17 100644
--- a/master-standalone-strict/resourceclaimtemplatespec-resource-v1alpha3.json
+++ b/master-standalone-strict/resourceclaimtemplatespec-resource-v1alpha3.json
@@ -359,7 +359,7 @@
                 "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                 "properties": {
                   "adminAccess": {
-                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                     "type": [
                       "boolean",
                       "null"
diff --git a/master-standalone-strict/resourceclaimtemplatespec.json b/master-standalone-strict/resourceclaimtemplatespec.json
index 9cb32494d2992d5d36c9df2999ddf671c8f3a29b..b5a82fc82cf06480f647e0efb958abdd643e7a17 100644
--- a/master-standalone-strict/resourceclaimtemplatespec.json
+++ b/master-standalone-strict/resourceclaimtemplatespec.json
@@ -359,7 +359,7 @@
                 "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                 "properties": {
                   "adminAccess": {
-                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                     "type": [
                       "boolean",
                       "null"
diff --git a/master-standalone/_definitions.json b/master-standalone/_definitions.json
index 01bf4195528daeb552ef6608152eea6af7db2af8..be90e4dad77687f15738f5fdb21422c4823726f5 100644
--- a/master-standalone/_definitions.json
+++ b/master-standalone/_definitions.json
@@ -15896,7 +15896,7 @@
       "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
       "properties": {
         "adminAccess": {
-          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
           "type": "boolean"
         },
         "allocationMode": {
@@ -15934,6 +15934,10 @@
     "io.k8s.api.resource.v1alpha3.DeviceRequestAllocationResult": {
       "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
       "properties": {
+        "adminAccess": {
+          "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+          "type": "boolean"
+        },
         "device": {
           "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
           "type": "string"
diff --git a/master-standalone/allocationresult-resource-v1alpha3.json b/master-standalone/allocationresult-resource-v1alpha3.json
index fe3d88b533ece2369d24e1740768f772981a599d..d268d4e2b36330683cab5912be20944061242e5d 100644
--- a/master-standalone/allocationresult-resource-v1alpha3.json
+++ b/master-standalone/allocationresult-resource-v1alpha3.json
@@ -68,6 +68,13 @@
           "items": {
             "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
             "properties": {
+              "adminAccess": {
+                "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                "type": [
+                  "boolean",
+                  "null"
+                ]
+              },
               "device": {
                 "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                 "type": "string"
diff --git a/master-standalone/allocationresult.json b/master-standalone/allocationresult.json
index fe3d88b533ece2369d24e1740768f772981a599d..d268d4e2b36330683cab5912be20944061242e5d 100644
--- a/master-standalone/allocationresult.json
+++ b/master-standalone/allocationresult.json
@@ -68,6 +68,13 @@
           "items": {
             "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
             "properties": {
+              "adminAccess": {
+                "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                "type": [
+                  "boolean",
+                  "null"
+                ]
+              },
               "device": {
                 "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                 "type": "string"
diff --git a/master-standalone/deviceallocationresult-resource-v1alpha3.json b/master-standalone/deviceallocationresult-resource-v1alpha3.json
index 05df024a53e9b951fd31ae31ffbbf62b6ff4e3be..291cd74333b9fcbc54c63ab66bbea6c8ce5dbcb6 100644
--- a/master-standalone/deviceallocationresult-resource-v1alpha3.json
+++ b/master-standalone/deviceallocationresult-resource-v1alpha3.json
@@ -65,6 +65,13 @@
       "items": {
         "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
         "properties": {
+          "adminAccess": {
+            "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+            "type": [
+              "boolean",
+              "null"
+            ]
+          },
           "device": {
             "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
             "type": "string"
diff --git a/master-standalone/deviceallocationresult.json b/master-standalone/deviceallocationresult.json
index 05df024a53e9b951fd31ae31ffbbf62b6ff4e3be..291cd74333b9fcbc54c63ab66bbea6c8ce5dbcb6 100644
--- a/master-standalone/deviceallocationresult.json
+++ b/master-standalone/deviceallocationresult.json
@@ -65,6 +65,13 @@
       "items": {
         "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
         "properties": {
+          "adminAccess": {
+            "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+            "type": [
+              "boolean",
+              "null"
+            ]
+          },
           "device": {
             "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
             "type": "string"
diff --git a/master-standalone/deviceclaim-resource-v1alpha3.json b/master-standalone/deviceclaim-resource-v1alpha3.json
index fe65b6984beedf0b51d4f91de9d8f9eb8655db0d..178f8fd487324f029876653a236c8a3e347e8bc7 100644
--- a/master-standalone/deviceclaim-resource-v1alpha3.json
+++ b/master-standalone/deviceclaim-resource-v1alpha3.json
@@ -97,7 +97,7 @@
         "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
         "properties": {
           "adminAccess": {
-            "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+            "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
             "type": [
               "boolean",
               "null"
diff --git a/master-standalone/deviceclaim.json b/master-standalone/deviceclaim.json
index fe65b6984beedf0b51d4f91de9d8f9eb8655db0d..178f8fd487324f029876653a236c8a3e347e8bc7 100644
--- a/master-standalone/deviceclaim.json
+++ b/master-standalone/deviceclaim.json
@@ -97,7 +97,7 @@
         "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
         "properties": {
           "adminAccess": {
-            "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+            "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
             "type": [
               "boolean",
               "null"
diff --git a/master-standalone/devicerequest-resource-v1alpha3.json b/master-standalone/devicerequest-resource-v1alpha3.json
index 3b6140c5aecd7280c30ef5cc308c39ad9389f068..af343f8f5aaa7fd7ec7b339a79d860b7dbf5a762 100644
--- a/master-standalone/devicerequest-resource-v1alpha3.json
+++ b/master-standalone/devicerequest-resource-v1alpha3.json
@@ -2,7 +2,7 @@
   "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
   "properties": {
     "adminAccess": {
-      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
       "type": [
         "boolean",
         "null"
diff --git a/master-standalone/devicerequest.json b/master-standalone/devicerequest.json
index 3b6140c5aecd7280c30ef5cc308c39ad9389f068..af343f8f5aaa7fd7ec7b339a79d860b7dbf5a762 100644
--- a/master-standalone/devicerequest.json
+++ b/master-standalone/devicerequest.json
@@ -2,7 +2,7 @@
   "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
   "properties": {
     "adminAccess": {
-      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
       "type": [
         "boolean",
         "null"
diff --git a/master-standalone/devicerequestallocationresult-resource-v1alpha3.json b/master-standalone/devicerequestallocationresult-resource-v1alpha3.json
index 65dee19333de1ba0343f8f9ecbf94ac1930d58f8..ca4bcaefa2c9456976d8bf9ae0897e39c5c7b162 100644
--- a/master-standalone/devicerequestallocationresult-resource-v1alpha3.json
+++ b/master-standalone/devicerequestallocationresult-resource-v1alpha3.json
@@ -1,6 +1,13 @@
 {
   "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
   "properties": {
+    "adminAccess": {
+      "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+      "type": [
+        "boolean",
+        "null"
+      ]
+    },
     "device": {
       "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
       "type": [
diff --git a/master-standalone/devicerequestallocationresult.json b/master-standalone/devicerequestallocationresult.json
index 65dee19333de1ba0343f8f9ecbf94ac1930d58f8..ca4bcaefa2c9456976d8bf9ae0897e39c5c7b162 100644
--- a/master-standalone/devicerequestallocationresult.json
+++ b/master-standalone/devicerequestallocationresult.json
@@ -1,6 +1,13 @@
 {
   "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
   "properties": {
+    "adminAccess": {
+      "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+      "type": [
+        "boolean",
+        "null"
+      ]
+    },
     "device": {
       "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
       "type": [
diff --git a/master-standalone/resourceclaim-resource-v1alpha3.json b/master-standalone/resourceclaim-resource-v1alpha3.json
index 04586a961fdc9a51ceed33419f2a063364db1f60..45497d36031bb468294a82fc9ca3ec6d32af5900 100644
--- a/master-standalone/resourceclaim-resource-v1alpha3.json
+++ b/master-standalone/resourceclaim-resource-v1alpha3.json
@@ -373,7 +373,7 @@
                 "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                 "properties": {
                   "adminAccess": {
-                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                     "type": [
                       "boolean",
                       "null"
@@ -536,6 +536,13 @@
                   "items": {
                     "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                     "properties": {
+                      "adminAccess": {
+                        "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                        "type": [
+                          "boolean",
+                          "null"
+                        ]
+                      },
                       "device": {
                         "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                         "type": "string"
diff --git a/master-standalone/resourceclaim.json b/master-standalone/resourceclaim.json
index 1a96f0c73e0f850e36407933113ecdd174eb0579..45de94eba84d99404432d70086a3438e5735c747 100644
--- a/master-standalone/resourceclaim.json
+++ b/master-standalone/resourceclaim.json
@@ -370,7 +370,7 @@
                 "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                 "properties": {
                   "adminAccess": {
-                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                     "type": [
                       "boolean",
                       "null"
@@ -533,6 +533,13 @@
                   "items": {
                     "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                     "properties": {
+                      "adminAccess": {
+                        "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                        "type": [
+                          "boolean",
+                          "null"
+                        ]
+                      },
                       "device": {
                         "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                         "type": "string"
diff --git a/master-standalone/resourceclaimlist-resource-v1alpha3.json b/master-standalone/resourceclaimlist-resource-v1alpha3.json
index d623dc6a100796ea26e95fe52e0eb0eb5f62bee6..c00f855b630010cb6c2709e8b5d44ef6ce8547be 100644
--- a/master-standalone/resourceclaimlist-resource-v1alpha3.json
+++ b/master-standalone/resourceclaimlist-resource-v1alpha3.json
@@ -388,7 +388,7 @@
                       "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                       "properties": {
                         "adminAccess": {
-                          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                           "type": [
                             "boolean",
                             "null"
@@ -548,6 +548,13 @@
                         "items": {
                           "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                           "properties": {
+                            "adminAccess": {
+                              "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                              "type": [
+                                "boolean",
+                                "null"
+                              ]
+                            },
                             "device": {
                               "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                               "type": "string"
diff --git a/master-standalone/resourceclaimlist.json b/master-standalone/resourceclaimlist.json
index fa57795371a8aec617b732c7249ddf295a838ba4..97ae19dc91002cb6c0e57c02f28cc109fed3498f 100644
--- a/master-standalone/resourceclaimlist.json
+++ b/master-standalone/resourceclaimlist.json
@@ -382,7 +382,7 @@
                       "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                       "properties": {
                         "adminAccess": {
-                          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                           "type": [
                             "boolean",
                             "null"
@@ -542,6 +542,13 @@
                         "items": {
                           "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                           "properties": {
+                            "adminAccess": {
+                              "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                              "type": [
+                                "boolean",
+                                "null"
+                              ]
+                            },
                             "device": {
                               "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                               "type": "string"
diff --git a/master-standalone/resourceclaimspec-resource-v1alpha3.json b/master-standalone/resourceclaimspec-resource-v1alpha3.json
index f3dbfcf8ea4095029f6ec428791af5cfd3911219..99990947eec28153257b7d9ade420c721692c603 100644
--- a/master-standalone/resourceclaimspec-resource-v1alpha3.json
+++ b/master-standalone/resourceclaimspec-resource-v1alpha3.json
@@ -100,7 +100,7 @@
             "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
             "properties": {
               "adminAccess": {
-                "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                 "type": [
                   "boolean",
                   "null"
diff --git a/master-standalone/resourceclaimspec.json b/master-standalone/resourceclaimspec.json
index f3dbfcf8ea4095029f6ec428791af5cfd3911219..99990947eec28153257b7d9ade420c721692c603 100644
--- a/master-standalone/resourceclaimspec.json
+++ b/master-standalone/resourceclaimspec.json
@@ -100,7 +100,7 @@
             "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
             "properties": {
               "adminAccess": {
-                "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                 "type": [
                   "boolean",
                   "null"
diff --git a/master-standalone/resourceclaimstatus-resource-v1alpha3.json b/master-standalone/resourceclaimstatus-resource-v1alpha3.json
index 69b5a1e8142279daa8a886ebd287723f46753c31..2d906344f4ddee98db57f28a7e2f46fc6ebd92b8 100644
--- a/master-standalone/resourceclaimstatus-resource-v1alpha3.json
+++ b/master-standalone/resourceclaimstatus-resource-v1alpha3.json
@@ -71,6 +71,13 @@
               "items": {
                 "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                 "properties": {
+                  "adminAccess": {
+                    "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                    "type": [
+                      "boolean",
+                      "null"
+                    ]
+                  },
                   "device": {
                     "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                     "type": "string"
diff --git a/master-standalone/resourceclaimstatus.json b/master-standalone/resourceclaimstatus.json
index 69b5a1e8142279daa8a886ebd287723f46753c31..2d906344f4ddee98db57f28a7e2f46fc6ebd92b8 100644
--- a/master-standalone/resourceclaimstatus.json
+++ b/master-standalone/resourceclaimstatus.json
@@ -71,6 +71,13 @@
               "items": {
                 "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
                 "properties": {
+                  "adminAccess": {
+                    "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+                    "type": [
+                      "boolean",
+                      "null"
+                    ]
+                  },
                   "device": {
                     "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
                     "type": "string"
diff --git a/master-standalone/resourceclaimtemplate-resource-v1alpha3.json b/master-standalone/resourceclaimtemplate-resource-v1alpha3.json
index 018ca79396209966b041667478a5f53cfa78c67f..daa4cefab4d4758228cce431052b24e3ae3a00e8 100644
--- a/master-standalone/resourceclaimtemplate-resource-v1alpha3.json
+++ b/master-standalone/resourceclaimtemplate-resource-v1alpha3.json
@@ -626,7 +626,7 @@
                     "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                     "properties": {
                       "adminAccess": {
-                        "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                        "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                         "type": [
                           "boolean",
                           "null"
diff --git a/master-standalone/resourceclaimtemplate.json b/master-standalone/resourceclaimtemplate.json
index 1617f447c5f098ef0814a13350d02cf25b37d9a9..cdb900d8d76016a2017d6aaac3b891b9a154f0fc 100644
--- a/master-standalone/resourceclaimtemplate.json
+++ b/master-standalone/resourceclaimtemplate.json
@@ -623,7 +623,7 @@
                     "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                     "properties": {
                       "adminAccess": {
-                        "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                        "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                         "type": [
                           "boolean",
                           "null"
diff --git a/master-standalone/resourceclaimtemplatelist-resource-v1alpha3.json b/master-standalone/resourceclaimtemplatelist-resource-v1alpha3.json
index d556a75808681e62e6a4fc926943e632b2da6d3c..e3058eeee18a7a8d27b0a9d74230c9a3e20ba172 100644
--- a/master-standalone/resourceclaimtemplatelist-resource-v1alpha3.json
+++ b/master-standalone/resourceclaimtemplatelist-resource-v1alpha3.json
@@ -641,7 +641,7 @@
                           "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                           "properties": {
                             "adminAccess": {
-                              "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                              "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                               "type": [
                                 "boolean",
                                 "null"
diff --git a/master-standalone/resourceclaimtemplatelist.json b/master-standalone/resourceclaimtemplatelist.json
index 90c278a4a899d02b91968854756caec699cd83cb..123c70cd15e5041d4237eccb6e59c4448b91c5c4 100644
--- a/master-standalone/resourceclaimtemplatelist.json
+++ b/master-standalone/resourceclaimtemplatelist.json
@@ -635,7 +635,7 @@
                           "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                           "properties": {
                             "adminAccess": {
-                              "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                              "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                               "type": [
                                 "boolean",
                                 "null"
diff --git a/master-standalone/resourceclaimtemplatespec-resource-v1alpha3.json b/master-standalone/resourceclaimtemplatespec-resource-v1alpha3.json
index 8b5a5dfe3c2981b5f4756c14df10ebe43933ce26..c75ab7e94d667936f4b53a8763bbc389d6a49dfc 100644
--- a/master-standalone/resourceclaimtemplatespec-resource-v1alpha3.json
+++ b/master-standalone/resourceclaimtemplatespec-resource-v1alpha3.json
@@ -353,7 +353,7 @@
                 "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                 "properties": {
                   "adminAccess": {
-                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                     "type": [
                       "boolean",
                       "null"
diff --git a/master-standalone/resourceclaimtemplatespec.json b/master-standalone/resourceclaimtemplatespec.json
index 8b5a5dfe3c2981b5f4756c14df10ebe43933ce26..c75ab7e94d667936f4b53a8763bbc389d6a49dfc 100644
--- a/master-standalone/resourceclaimtemplatespec.json
+++ b/master-standalone/resourceclaimtemplatespec.json
@@ -353,7 +353,7 @@
                 "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
                 "properties": {
                   "adminAccess": {
-                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+                    "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
                     "type": [
                       "boolean",
                       "null"
diff --git a/master/_definitions.json b/master/_definitions.json
index 01bf4195528daeb552ef6608152eea6af7db2af8..be90e4dad77687f15738f5fdb21422c4823726f5 100644
--- a/master/_definitions.json
+++ b/master/_definitions.json
@@ -15896,7 +15896,7 @@
       "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
       "properties": {
         "adminAccess": {
-          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+          "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
           "type": "boolean"
         },
         "allocationMode": {
@@ -15934,6 +15934,10 @@
     "io.k8s.api.resource.v1alpha3.DeviceRequestAllocationResult": {
       "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
       "properties": {
+        "adminAccess": {
+          "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+          "type": "boolean"
+        },
         "device": {
           "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
           "type": "string"
diff --git a/master/devicerequest-resource-v1alpha3.json b/master/devicerequest-resource-v1alpha3.json
index fbab58c4891449a8ede275dcab13c5dd17e328de..f72718d2fadd506330d61904eb7181d7bc4c2b24 100644
--- a/master/devicerequest-resource-v1alpha3.json
+++ b/master/devicerequest-resource-v1alpha3.json
@@ -2,7 +2,7 @@
   "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
   "properties": {
     "adminAccess": {
-      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
       "type": [
         "boolean",
         "null"
diff --git a/master/devicerequest.json b/master/devicerequest.json
index fbab58c4891449a8ede275dcab13c5dd17e328de..f72718d2fadd506330d61904eb7181d7bc4c2b24 100644
--- a/master/devicerequest.json
+++ b/master/devicerequest.json
@@ -2,7 +2,7 @@
   "description": "DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.\n\nA DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.",
   "properties": {
     "adminAccess": {
-      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.",
+      "description": "AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device.  They ignore all ordinary claims to the device with respect to access modes and any resource allocations.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
       "type": [
         "boolean",
         "null"
diff --git a/master/devicerequestallocationresult-resource-v1alpha3.json b/master/devicerequestallocationresult-resource-v1alpha3.json
index 65dee19333de1ba0343f8f9ecbf94ac1930d58f8..ca4bcaefa2c9456976d8bf9ae0897e39c5c7b162 100644
--- a/master/devicerequestallocationresult-resource-v1alpha3.json
+++ b/master/devicerequestallocationresult-resource-v1alpha3.json
@@ -1,6 +1,13 @@
 {
   "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
   "properties": {
+    "adminAccess": {
+      "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+      "type": [
+        "boolean",
+        "null"
+      ]
+    },
     "device": {
       "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
       "type": [
diff --git a/master/devicerequestallocationresult.json b/master/devicerequestallocationresult.json
index 65dee19333de1ba0343f8f9ecbf94ac1930d58f8..ca4bcaefa2c9456976d8bf9ae0897e39c5c7b162 100644
--- a/master/devicerequestallocationresult.json
+++ b/master/devicerequestallocationresult.json
@@ -1,6 +1,13 @@
 {
   "description": "DeviceRequestAllocationResult contains the allocation result for one request.",
   "properties": {
+    "adminAccess": {
+      "description": "AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.\n\nThis is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.",
+      "type": [
+        "boolean",
+        "null"
+      ]
+    },
     "device": {
       "description": "Device references one device instance via its name in the driver's resource pool. It must be a DNS label.",
       "type": [