| 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 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"
- }
|