| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- //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 v1beta1
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HTTPIngressPath) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.HTTPIngressPath"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in HTTPIngressRuleValue) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.HTTPIngressRuleValue"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IPAddress) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IPAddress"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IPAddressList) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IPAddressList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IPAddressSpec) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IPAddressSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in Ingress) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.Ingress"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressBackend) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressBackend"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressClass) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressClass"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressClassList) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressClassList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressClassParametersReference) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressClassParametersReference"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressClassSpec) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressClassSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressList) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressLoadBalancerIngress) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressLoadBalancerIngress"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressLoadBalancerStatus) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressLoadBalancerStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressPortStatus) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressPortStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressRule) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressRule"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressRuleValue) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressRuleValue"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressSpec) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressStatus) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in IngressTLS) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.IngressTLS"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ParentReference) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.ParentReference"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ServiceCIDR) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.ServiceCIDR"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ServiceCIDRList) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.ServiceCIDRList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ServiceCIDRSpec) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.ServiceCIDRSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ServiceCIDRStatus) OpenAPIModelName() string {
- return "io.k8s.api.networking.v1beta1.ServiceCIDRStatus"
- }
|