build source
This commit is contained in:
commit
ee1fec43ed
4171 changed files with 1351288 additions and 0 deletions
137
vendor/k8s.io/api/apps/v1beta1/zz_generated.model_name.go
generated
vendored
Normal file
137
vendor/k8s.io/api/apps/v1beta1/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 v1beta1
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in ControllerRevision) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.ControllerRevision"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in ControllerRevisionList) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.ControllerRevisionList"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in Deployment) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.Deployment"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in DeploymentCondition) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.DeploymentCondition"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in DeploymentList) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.DeploymentList"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in DeploymentRollback) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.DeploymentRollback"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in DeploymentSpec) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.DeploymentSpec"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in DeploymentStatus) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.DeploymentStatus"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in DeploymentStrategy) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.DeploymentStrategy"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in RollbackConfig) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.RollbackConfig"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in RollingUpdateDeployment) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.RollingUpdateDeployment"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in RollingUpdateStatefulSetStrategy) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.RollingUpdateStatefulSetStrategy"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in Scale) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.Scale"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in ScaleSpec) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.ScaleSpec"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in ScaleStatus) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.ScaleStatus"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in StatefulSet) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.StatefulSet"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in StatefulSetCondition) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.StatefulSetCondition"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in StatefulSetList) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.StatefulSetList"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in StatefulSetOrdinals) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.StatefulSetOrdinals"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in StatefulSetPersistentVolumeClaimRetentionPolicy) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.StatefulSetPersistentVolumeClaimRetentionPolicy"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in StatefulSetSpec) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.StatefulSetSpec"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in StatefulSetStatus) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.StatefulSetStatus"
|
||||
}
|
||||
|
||||
// OpenAPIModelName returns the OpenAPI model name for this type.
|
||||
func (in StatefulSetUpdateStrategy) OpenAPIModelName() string {
|
||||
return "io.k8s.api.apps.v1beta1.StatefulSetUpdateStrategy"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue