112 lines
4.1 KiB
Go
112 lines
4.1 KiB
Go
//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 v2beta1
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in ContainerResourceMetricSource) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.ContainerResourceMetricSource"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in ContainerResourceMetricStatus) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.ContainerResourceMetricStatus"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in CrossVersionObjectReference) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in ExternalMetricSource) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.ExternalMetricSource"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in ExternalMetricStatus) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.ExternalMetricStatus"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in HorizontalPodAutoscaler) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in HorizontalPodAutoscalerCondition) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in HorizontalPodAutoscalerList) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerList"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in HorizontalPodAutoscalerSpec) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in HorizontalPodAutoscalerStatus) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in MetricSpec) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.MetricSpec"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in MetricStatus) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.MetricStatus"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in ObjectMetricSource) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.ObjectMetricSource"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in ObjectMetricStatus) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.ObjectMetricStatus"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in PodsMetricSource) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.PodsMetricSource"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in PodsMetricStatus) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.PodsMetricStatus"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in ResourceMetricSource) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.ResourceMetricSource"
|
|
}
|
|
|
|
// OpenAPIModelName returns the OpenAPI model name for this type.
|
|
func (in ResourceMetricStatus) OpenAPIModelName() string {
|
|
return "io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus"
|
|
}
|