From 0c949f1da7de7b9e505c5efaec0eca55e1399daa Mon Sep 17 00:00:00 2001 From: Kevin Hannon Date: Thu, 22 Jan 2026 17:03:40 -0500 Subject: [PATCH] remove alpha comments for GA or beta DRA fields Kubernetes-commit: 159eb4cd7719a1c5de2c332e811a2b598ee1a4d2 --- applyconfigurations/resource/v1/deviceclass.go | 3 --- .../resource/v1/devicerequestallocationresult.go | 2 +- applyconfigurations/resource/v1/exactdevicerequest.go | 2 +- applyconfigurations/resource/v1/resourceclaim.go | 3 --- applyconfigurations/resource/v1/resourceclaimtemplate.go | 3 --- applyconfigurations/resource/v1/resourceslice.go | 3 --- 6 files changed, 2 insertions(+), 14 deletions(-) diff --git a/applyconfigurations/resource/v1/deviceclass.go b/applyconfigurations/resource/v1/deviceclass.go index 6d3bc7e76..478f90bb0 100644 --- a/applyconfigurations/resource/v1/deviceclass.go +++ b/applyconfigurations/resource/v1/deviceclass.go @@ -34,9 +34,6 @@ import ( // device configuration and selectors. It can be referenced in // the device requests of a claim to apply these presets. // Cluster scoped. -// -// This is an alpha type and requires enabling the DynamicResourceAllocation -// feature gate. type DeviceClassApplyConfiguration struct { metav1.TypeMetaApplyConfiguration `json:",inline"` // Standard object metadata diff --git a/applyconfigurations/resource/v1/devicerequestallocationresult.go b/applyconfigurations/resource/v1/devicerequestallocationresult.go index 8b38fd288..5be502f94 100644 --- a/applyconfigurations/resource/v1/devicerequestallocationresult.go +++ b/applyconfigurations/resource/v1/devicerequestallocationresult.go @@ -57,7 +57,7 @@ type DeviceRequestAllocationResultApplyConfiguration struct { // administrative access. See the corresponding request field // for a definition of mode. // - // This is an alpha field and requires enabling the DRAAdminAccess + // This is an beta 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. AdminAccess *bool `json:"adminAccess,omitempty"` diff --git a/applyconfigurations/resource/v1/exactdevicerequest.go b/applyconfigurations/resource/v1/exactdevicerequest.go index 130893c6d..a5c89b2ea 100644 --- a/applyconfigurations/resource/v1/exactdevicerequest.go +++ b/applyconfigurations/resource/v1/exactdevicerequest.go @@ -72,7 +72,7 @@ type ExactDeviceRequestApplyConfiguration struct { // all ordinary claims to the device with respect to access modes and // any resource allocations. // - // This is an alpha field and requires enabling the DRAAdminAccess + // This is an beta 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. AdminAccess *bool `json:"adminAccess,omitempty"` diff --git a/applyconfigurations/resource/v1/resourceclaim.go b/applyconfigurations/resource/v1/resourceclaim.go index 240e18184..5a87ea3cb 100644 --- a/applyconfigurations/resource/v1/resourceclaim.go +++ b/applyconfigurations/resource/v1/resourceclaim.go @@ -35,9 +35,6 @@ import ( // with specific properties, this is how that request is expressed. The status // stanza tracks whether this claim has been satisfied and what specific // resources have been allocated. -// -// This is an alpha type and requires enabling the DynamicResourceAllocation -// feature gate. type ResourceClaimApplyConfiguration struct { metav1.TypeMetaApplyConfiguration `json:",inline"` // Standard object metadata diff --git a/applyconfigurations/resource/v1/resourceclaimtemplate.go b/applyconfigurations/resource/v1/resourceclaimtemplate.go index 7bbadb700..cee18f379 100644 --- a/applyconfigurations/resource/v1/resourceclaimtemplate.go +++ b/applyconfigurations/resource/v1/resourceclaimtemplate.go @@ -31,9 +31,6 @@ import ( // with apply. // // ResourceClaimTemplate is used to produce ResourceClaim objects. -// -// This is an alpha type and requires enabling the DynamicResourceAllocation -// feature gate. type ResourceClaimTemplateApplyConfiguration struct { metav1.TypeMetaApplyConfiguration `json:",inline"` // Standard object metadata diff --git a/applyconfigurations/resource/v1/resourceslice.go b/applyconfigurations/resource/v1/resourceslice.go index 6c7ddf41e..7a3eec9d5 100644 --- a/applyconfigurations/resource/v1/resourceslice.go +++ b/applyconfigurations/resource/v1/resourceslice.go @@ -51,9 +51,6 @@ import ( // // For resources that are not local to a node, the node name is not set. Instead, // the driver may use a node selector to specify where the devices are available. -// -// This is an alpha type and requires enabling the DynamicResourceAllocation -// feature gate. type ResourceSliceApplyConfiguration struct { metav1.TypeMetaApplyConfiguration `json:",inline"` // Standard object metadata