mirror of https://github.com/k3s-io/k3s
19 lines
413 B
Go
19 lines
413 B
Go
// Copyright 2020 The Kubernetes Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Code generated by ./scripts/makeOpenApiInfoDotGo.sh; DO NOT EDIT.
|
|
|
|
package kubernetesapi
|
|
|
|
import (
|
|
"sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi/v1204"
|
|
)
|
|
|
|
const Info = "{title:Kubernetes,version:v1.20.4}"
|
|
|
|
var OpenAPIMustAsset = map[string]func(string) []byte{
|
|
"v1204": v1204.MustAsset,
|
|
}
|
|
|
|
const DefaultOpenAPI = "v1204"
|