| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- //go:build !ignore_autogenerated
- // +build !ignore_autogenerated
- /*
- Copyright The Kubernetes Authors.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
- // Code generated by openapi-gen. DO NOT EDIT.
- package v2
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ContainerResourceMetricSource) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.ContainerResourceMetricSource"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ContainerResourceMetricStatus) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in CrossVersionObjectReference) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.CrossVersionObjectReference"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ExternalMetricSource) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.ExternalMetricSource"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ExternalMetricStatus) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.ExternalMetricStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HPAScalingPolicy) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.HPAScalingPolicy"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HPAScalingRules) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.HPAScalingRules"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HorizontalPodAutoscaler) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HorizontalPodAutoscalerBehavior) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HorizontalPodAutoscalerCondition) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HorizontalPodAutoscalerList) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HorizontalPodAutoscalerSpec) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HorizontalPodAutoscalerStatus) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in MetricIdentifier) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.MetricIdentifier"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in MetricSpec) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.MetricSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in MetricStatus) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.MetricStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in MetricTarget) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.MetricTarget"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in MetricValueStatus) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.MetricValueStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ObjectMetricSource) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.ObjectMetricSource"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ObjectMetricStatus) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.ObjectMetricStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in PodsMetricSource) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.PodsMetricSource"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in PodsMetricStatus) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.PodsMetricStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ResourceMetricSource) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.ResourceMetricSource"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ResourceMetricStatus) OpenAPIModelName() string {
- return "io.k8s.api.autoscaling.v2.ResourceMetricStatus"
- }
|