| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- //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 CSIDriver) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.CSIDriver"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in CSIDriverList) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.CSIDriverList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in CSIDriverSpec) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.CSIDriverSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in CSINode) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.CSINode"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in CSINodeDriver) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.CSINodeDriver"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in CSINodeList) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.CSINodeList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in CSINodeSpec) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.CSINodeSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in CSIStorageCapacity) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.CSIStorageCapacity"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in CSIStorageCapacityList) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.CSIStorageCapacityList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StorageClass) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.StorageClass"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in StorageClassList) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.StorageClassList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in TokenRequest) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.TokenRequest"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in VolumeAttachment) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.VolumeAttachment"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in VolumeAttachmentList) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.VolumeAttachmentList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in VolumeAttachmentSource) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.VolumeAttachmentSource"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in VolumeAttachmentSpec) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.VolumeAttachmentSpec"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in VolumeAttachmentStatus) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.VolumeAttachmentStatus"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in VolumeAttributesClass) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.VolumeAttributesClass"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in VolumeAttributesClassList) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.VolumeAttributesClassList"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in VolumeError) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.VolumeError"
- }
- // OpenAPIModelName returns the OpenAPI model name for this type.
- func (in VolumeNodeResources) OpenAPIModelName() string {
- return "io.k8s.api.storage.v1.VolumeNodeResources"
- }
|