From e924e3f2c501a0ff0f31753f2534db4fadc34c1c Mon Sep 17 00:00:00 2001 From: yliao Date: Wed, 14 Jan 2026 21:34:37 +0000 Subject: [PATCH] codegen Kubernetes-commit: 58da2e682f1ecba5d848da4810c49ad6baf886a1 --- applyconfigurations/resource/v1/deviceclassspec.go | 2 +- applyconfigurations/resource/v1beta1/deviceclassspec.go | 2 +- applyconfigurations/resource/v1beta2/deviceclassspec.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applyconfigurations/resource/v1/deviceclassspec.go b/applyconfigurations/resource/v1/deviceclassspec.go index a304c7d8d..a6a3992c9 100644 --- a/applyconfigurations/resource/v1/deviceclassspec.go +++ b/applyconfigurations/resource/v1/deviceclassspec.go @@ -41,7 +41,7 @@ type DeviceClassSpecApplyConfiguration struct { // If two classes are created at the same time, then the name of the class // lexicographically sorted first is picked. // - // This is an alpha field. + // This is a beta field. ExtendedResourceName *string `json:"extendedResourceName,omitempty"` } diff --git a/applyconfigurations/resource/v1beta1/deviceclassspec.go b/applyconfigurations/resource/v1beta1/deviceclassspec.go index 942da3efe..c234bdd73 100644 --- a/applyconfigurations/resource/v1beta1/deviceclassspec.go +++ b/applyconfigurations/resource/v1beta1/deviceclassspec.go @@ -41,7 +41,7 @@ type DeviceClassSpecApplyConfiguration struct { // If two classes are created at the same time, then the name of the class // lexicographically sorted first is picked. // - // This is an alpha field. + // This is a beta field. ExtendedResourceName *string `json:"extendedResourceName,omitempty"` } diff --git a/applyconfigurations/resource/v1beta2/deviceclassspec.go b/applyconfigurations/resource/v1beta2/deviceclassspec.go index e270c5908..4ae2eaa29 100644 --- a/applyconfigurations/resource/v1beta2/deviceclassspec.go +++ b/applyconfigurations/resource/v1beta2/deviceclassspec.go @@ -41,7 +41,7 @@ type DeviceClassSpecApplyConfiguration struct { // If two classes are created at the same time, then the name of the class // lexicographically sorted first is picked. // - // This is an alpha field. + // This is a beta field. ExtendedResourceName *string `json:"extendedResourceName,omitempty"` }