Skip to content

Commit

Permalink
Merge pull request #106888 from liggitt/automated-cherry-pick-of-#106…
Browse files Browse the repository at this point in the history
…887-upstream-release-1.23

Automated cherry pick of #106887: Direct v2betaX users to migrate to HPA v2

Kubernetes-commit: aef9ad1346257d430d49bd78cf6c84bff93880cd
  • Loading branch information
k8s-publishing-bot committed Dec 14, 2021
2 parents 1cfd3d8 + 15d9b0c commit fa0d183
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoscaling/v2beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ type ExternalMetricStatus struct {
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +k8s:prerelease-lifecycle-gen:introduced=1.8
// +k8s:prerelease-lifecycle-gen:deprecated=1.22
// +k8s:prerelease-lifecycle-gen:replacement=autoscaling,v2beta2,HorizontalPodAutoscaler
// +k8s:prerelease-lifecycle-gen:replacement=autoscaling,v2,HorizontalPodAutoscaler

// HorizontalPodAutoscaler is the configuration for a horizontal pod
// autoscaler, which automatically manages the replica count of any resource
Expand Down
2 changes: 1 addition & 1 deletion autoscaling/v2beta1/zz_generated.prerelease-lifecycle.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions autoscaling/v2beta2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +k8s:prerelease-lifecycle-gen:introduced=1.12
// +k8s:prerelease-lifecycle-gen:deprecated=1.23
// +k8s:prerelease-lifecycle-gen:replacement=autoscaling,v2,HorizontalPodAutoscaler

// HorizontalPodAutoscaler is the configuration for a horizontal pod
// autoscaler, which automatically manages the replica count of any resource
Expand Down
10 changes: 10 additions & 0 deletions autoscaling/v2beta2/zz_generated.prerelease-lifecycle.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa0d183

Please sign in to comment.