| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- //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 ControllerRevision) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.ControllerRevision"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ControllerRevisionList) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.ControllerRevisionList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DaemonSet) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DaemonSet"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DaemonSetCondition) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DaemonSetCondition"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DaemonSetList) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DaemonSetList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DaemonSetSpec) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DaemonSetSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DaemonSetStatus) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DaemonSetStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DaemonSetUpdateStrategy) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DaemonSetUpdateStrategy"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in Deployment) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.Deployment"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DeploymentCondition) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DeploymentCondition"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DeploymentList) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DeploymentList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DeploymentSpec) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DeploymentSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DeploymentStatus) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DeploymentStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in DeploymentStrategy) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.DeploymentStrategy"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ReplicaSet) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.ReplicaSet"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ReplicaSetCondition) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.ReplicaSetCondition"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ReplicaSetList) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.ReplicaSetList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ReplicaSetSpec) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.ReplicaSetSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ReplicaSetStatus) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.ReplicaSetStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in RollingUpdateDaemonSet) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.RollingUpdateDaemonSet"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in RollingUpdateDeployment) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.RollingUpdateDeployment"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in RollingUpdateStatefulSetStrategy) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.RollingUpdateStatefulSetStrategy"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in Scale) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.Scale"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ScaleSpec) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.ScaleSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in ScaleStatus) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.ScaleStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StatefulSet) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.StatefulSet"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StatefulSetCondition) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.StatefulSetCondition"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StatefulSetList) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.StatefulSetList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StatefulSetOrdinals) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.StatefulSetOrdinals"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StatefulSetPersistentVolumeClaimRetentionPolicy) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.StatefulSetPersistentVolumeClaimRetentionPolicy"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StatefulSetSpec) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.StatefulSetSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StatefulSetStatus) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.StatefulSetStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StatefulSetUpdateStrategy) OpenAPIModelName() string {
- return "io.k8s.api.apps.v1beta2.StatefulSetUpdateStrategy"
- }
|