Matteo Scandolo | a428586 | 2020-12-01 18:10:10 -0800 | [diff] [blame] | 1 | // +build !ignore_autogenerated |
| 2 | |
| 3 | /* |
| 4 | Copyright The Kubernetes Authors. |
| 5 | |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | */ |
| 18 | |
| 19 | // Code generated by prerelease-lifecycle-gen. DO NOT EDIT. |
| 20 | |
| 21 | package v2beta2 |
| 22 | |
| 23 | // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison. |
| 24 | // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go. |
| 25 | func (in *HorizontalPodAutoscaler) APILifecycleIntroduced() (major, minor int) { |
| 26 | return 1, 12 |
| 27 | } |
| 28 | |
| 29 | // 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. |
| 30 | // It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor. |
| 31 | func (in *HorizontalPodAutoscaler) APILifecycleDeprecated() (major, minor int) { |
| 32 | return 1, 22 |
| 33 | } |
| 34 | |
| 35 | // 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. |
| 36 | // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor. |
| 37 | func (in *HorizontalPodAutoscaler) APILifecycleRemoved() (major, minor int) { |
| 38 | return 1, 25 |
| 39 | } |
| 40 | |
| 41 | // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison. |
| 42 | // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go. |
| 43 | func (in *HorizontalPodAutoscalerList) APILifecycleIntroduced() (major, minor int) { |
| 44 | return 1, 12 |
| 45 | } |
| 46 | |
| 47 | // 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. |
| 48 | // It is controlled by "k8s:prerelease-lifecycle-gen:deprecated" tags in types.go or "k8s:prerelease-lifecycle-gen:introduced" plus three minor. |
| 49 | func (in *HorizontalPodAutoscalerList) APILifecycleDeprecated() (major, minor int) { |
| 50 | return 1, 22 |
| 51 | } |
| 52 | |
| 53 | // 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. |
| 54 | // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor. |
| 55 | func (in *HorizontalPodAutoscalerList) APILifecycleRemoved() (major, minor int) { |
| 56 | return 1, 25 |
| 57 | } |