From 418e96bf1af180a9cf4761e41c0d3f1fa699ebcd Mon Sep 17 00:00:00 2001 From: carlory Date: Fri, 1 Aug 2025 12:46:26 +0800 Subject: [PATCH] Update prerelease lifecycle to v1.34 --- .../src/k8s.io/api/certificates/v1alpha1/types.go | 4 ++-- .../v1alpha1/zz_generated.prerelease-lifecycle.go | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/staging/src/k8s.io/api/certificates/v1alpha1/types.go b/staging/src/k8s.io/api/certificates/v1alpha1/types.go index 98e4c68d43b..a5cb3809e7f 100644 --- a/staging/src/k8s.io/api/certificates/v1alpha1/types.go +++ b/staging/src/k8s.io/api/certificates/v1alpha1/types.go @@ -109,7 +109,7 @@ type ClusterTrustBundleList struct { } // +genclient -// +k8s:prerelease-lifecycle-gen:introduced=1.32 +// +k8s:prerelease-lifecycle-gen:introduced=1.34 // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object // PodCertificateRequest encodes a pod requesting a certificate from a given @@ -323,7 +323,7 @@ const ( ) // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object -// +k8s:prerelease-lifecycle-gen:introduced=1.32 +// +k8s:prerelease-lifecycle-gen:introduced=1.34 // PodCertificateRequestList is a collection of PodCertificateRequest objects type PodCertificateRequestList struct { diff --git a/staging/src/k8s.io/api/certificates/v1alpha1/zz_generated.prerelease-lifecycle.go b/staging/src/k8s.io/api/certificates/v1alpha1/zz_generated.prerelease-lifecycle.go index 2749e4297bd..edbfce79bc7 100644 --- a/staging/src/k8s.io/api/certificates/v1alpha1/zz_generated.prerelease-lifecycle.go +++ b/staging/src/k8s.io/api/certificates/v1alpha1/zz_generated.prerelease-lifecycle.go @@ -60,35 +60,35 @@ func (in *ClusterTrustBundleList) APILifecycleRemoved() (major, minor int) { // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison. // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go. func (in *PodCertificateRequest) APILifecycleIntroduced() (major, minor int) { - return 1, 32 + return 1, 34 } // APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison. // It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor. func (in *PodCertificateRequest) APILifecycleDeprecated() (major, minor int) { - return 1, 35 + return 1, 37 } // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison. // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor. func (in *PodCertificateRequest) APILifecycleRemoved() (major, minor int) { - return 1, 38 + return 1, 40 } // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison. // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go. func (in *PodCertificateRequestList) APILifecycleIntroduced() (major, minor int) { - return 1, 32 + return 1, 34 } // APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison. // It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor. func (in *PodCertificateRequestList) APILifecycleDeprecated() (major, minor int) { - return 1, 35 + return 1, 37 } // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison. // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor. func (in *PodCertificateRequestList) APILifecycleRemoved() (major, minor int) { - return 1, 38 + return 1, 40 }