* feat: kubesphere 4.0 Signed-off-by: ci-bot <ci-bot@kubesphere.io> * feat: kubesphere 4.0 Signed-off-by: ci-bot <ci-bot@kubesphere.io> --------- Signed-off-by: ci-bot <ci-bot@kubesphere.io> Co-authored-by: ks-ci-bot <ks-ci-bot@example.com> Co-authored-by: joyceliu <joyceliu@yunify.com>
19 lines
421 B
Go
19 lines
421 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/v1_21_2"
|
|
)
|
|
|
|
const Info = "{title:Kubernetes,version:v1.21.2}"
|
|
|
|
var OpenAPIMustAsset = map[string]func(string) []byte{
|
|
"v1.21.2": v1_21_2.MustAsset,
|
|
}
|
|
|
|
const DefaultOpenAPI = "v1.21.2"
|