build source
This commit is contained in:
commit
ee1fec43ed
4171 changed files with 1351288 additions and 0 deletions
137
vendor/k8s.io/api/flowcontrol/v1/zz_generated.model_name.go
generated
vendored
Normal file
137
vendor/k8s.io/api/flowcontrol/v1/zz_generated.model_name.go
generated
vendored
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
//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 v1
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in ExemptPriorityLevelConfiguration) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.ExemptPriorityLevelConfiguration"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in FlowDistinguisherMethod) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.FlowDistinguisherMethod"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in FlowSchema) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.FlowSchema"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in FlowSchemaCondition) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.FlowSchemaCondition"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in FlowSchemaList) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.FlowSchemaList"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in FlowSchemaSpec) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.FlowSchemaSpec"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in FlowSchemaStatus) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.FlowSchemaStatus"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in GroupSubject) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.GroupSubject"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in LimitResponse) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.LimitResponse"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in LimitedPriorityLevelConfiguration) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.LimitedPriorityLevelConfiguration"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in NonResourcePolicyRule) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.NonResourcePolicyRule"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in PolicyRulesWithSubjects) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.PolicyRulesWithSubjects"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in PriorityLevelConfiguration) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.PriorityLevelConfiguration"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in PriorityLevelConfigurationCondition) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationCondition"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in PriorityLevelConfigurationList) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationList"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in PriorityLevelConfigurationReference) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationReference"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in PriorityLevelConfigurationSpec) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationSpec"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in PriorityLevelConfigurationStatus) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationStatus"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in QueuingConfiguration) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.QueuingConfiguration"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in ResourcePolicyRule) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.ResourcePolicyRule"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in ServiceAccountSubject) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.ServiceAccountSubject"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in Subject) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.Subject"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in UserSubject) OpenAPIModelName() string {
|
||||
return "io.k8s.api.flowcontrol.v1.UserSubject"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue