| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- //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 v1beta2
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ExemptPriorityLevelConfiguration) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.ExemptPriorityLevelConfiguration"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in FlowDistinguisherMethod) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in FlowSchema) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.FlowSchema"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in FlowSchemaCondition) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.FlowSchemaCondition"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in FlowSchemaList) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.FlowSchemaList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in FlowSchemaSpec) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.FlowSchemaSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in FlowSchemaStatus) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.FlowSchemaStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in GroupSubject) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.GroupSubject"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in LimitResponse) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.LimitResponse"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in LimitedPriorityLevelConfiguration) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in NonResourcePolicyRule) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.NonResourcePolicyRule"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in PolicyRulesWithSubjects) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.PolicyRulesWithSubjects"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in PriorityLevelConfiguration) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfiguration"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in PriorityLevelConfigurationCondition) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationCondition"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in PriorityLevelConfigurationList) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in PriorityLevelConfigurationReference) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationReference"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in PriorityLevelConfigurationSpec) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in PriorityLevelConfigurationStatus) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in QueuingConfiguration) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.QueuingConfiguration"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ResourcePolicyRule) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.ResourcePolicyRule"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ServiceAccountSubject) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.ServiceAccountSubject"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in Subject) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.Subject"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in UserSubject) OpenAPIModelName() string {
- return "io.k8s.api.flowcontrol.v1beta2.UserSubject"
- }
|