2024-02-21 00:28:27 +08:00
//go:build !ignore_autogenerated
// +build !ignore_autogenerated
// SPDX-License-Identifier: AGPL-3.0-only
// Code generated by openapi-gen. DO NOT EDIT.
// This file was autogenerated by openapi-gen. Do not edit it manually!
package v0alpha1
import (
common "k8s.io/kube-openapi/pkg/common"
spec "k8s.io/kube-openapi/pkg/validation/spec"
)
func GetOpenAPIDefinitions ( ref common . ReferenceCallback ) map [ string ] common . OpenAPIDefinition {
return map [ string ] common . OpenAPIDefinition {
2024-03-26 22:52:12 +08:00
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.Scope" : schema_pkg_apis_scope_v0alpha1_Scope ( ref ) ,
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeDashboardBinding" : schema_pkg_apis_scope_v0alpha1_ScopeDashboardBinding ( ref ) ,
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeDashboardBindingList" : schema_pkg_apis_scope_v0alpha1_ScopeDashboardBindingList ( ref ) ,
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeDashboardBindingSpec" : schema_pkg_apis_scope_v0alpha1_ScopeDashboardBindingSpec ( ref ) ,
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeFilter" : schema_pkg_apis_scope_v0alpha1_ScopeFilter ( ref ) ,
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeList" : schema_pkg_apis_scope_v0alpha1_ScopeList ( ref ) ,
2024-05-03 15:48:54 +08:00
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeNode" : schema_pkg_apis_scope_v0alpha1_ScopeNode ( ref ) ,
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeNodeList" : schema_pkg_apis_scope_v0alpha1_ScopeNodeList ( ref ) ,
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeNodeSpec" : schema_pkg_apis_scope_v0alpha1_ScopeNodeSpec ( ref ) ,
2024-03-26 22:52:12 +08:00
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeSpec" : schema_pkg_apis_scope_v0alpha1_ScopeSpec ( ref ) ,
2024-05-09 01:35:11 +08:00
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.TreeItem" : schema_pkg_apis_scope_v0alpha1_TreeItem ( ref ) ,
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.TreeResults" : schema_pkg_apis_scope_v0alpha1_TreeResults ( ref ) ,
2024-02-21 00:28:27 +08:00
}
}
func schema_pkg_apis_scope_v0alpha1_Scope ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
"kind" : {
SchemaProps : spec . SchemaProps {
Description : "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"apiVersion" : {
SchemaProps : spec . SchemaProps {
Description : "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"metadata" : {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ) ,
} ,
} ,
"spec" : {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeSpec" ) ,
} ,
} ,
} ,
} ,
} ,
Dependencies : [ ] string {
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeSpec" , "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" } ,
}
}
2024-03-26 22:52:12 +08:00
func schema_pkg_apis_scope_v0alpha1_ScopeDashboardBinding ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
2024-02-21 00:28:27 +08:00
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
2024-03-18 21:22:28 +08:00
"kind" : {
SchemaProps : spec . SchemaProps {
Description : "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"apiVersion" : {
SchemaProps : spec . SchemaProps {
Description : "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"metadata" : {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ) ,
} ,
} ,
2024-03-19 00:16:53 +08:00
"spec" : {
2024-02-21 00:28:27 +08:00
SchemaProps : spec . SchemaProps {
2024-03-19 00:16:53 +08:00
Default : map [ string ] interface { } { } ,
2024-03-26 22:52:12 +08:00
Ref : ref ( "github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeDashboardBindingSpec" ) ,
2024-02-21 00:28:27 +08:00
} ,
} ,
} ,
} ,
} ,
2024-03-18 21:22:28 +08:00
Dependencies : [ ] string {
2024-03-26 22:52:12 +08:00
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeDashboardBindingSpec" , "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" } ,
2024-03-18 21:22:28 +08:00
}
}
2024-03-26 22:52:12 +08:00
func schema_pkg_apis_scope_v0alpha1_ScopeDashboardBindingList ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
2024-03-18 21:22:28 +08:00
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
"kind" : {
SchemaProps : spec . SchemaProps {
Description : "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"apiVersion" : {
SchemaProps : spec . SchemaProps {
Description : "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"metadata" : {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" ) ,
} ,
} ,
"items" : {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "array" } ,
Items : & spec . SchemaOrArray {
Schema : & spec . Schema {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
2024-03-26 22:52:12 +08:00
Ref : ref ( "github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeDashboardBinding" ) ,
2024-03-18 21:22:28 +08:00
} ,
} ,
} ,
} ,
} ,
} ,
} ,
} ,
Dependencies : [ ] string {
2024-03-26 22:52:12 +08:00
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeDashboardBinding" , "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" } ,
2024-02-21 00:28:27 +08:00
}
2024-03-19 00:16:53 +08:00
}
2024-03-26 22:52:12 +08:00
func schema_pkg_apis_scope_v0alpha1_ScopeDashboardBindingSpec ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
2024-03-19 00:16:53 +08:00
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
2024-03-29 01:22:21 +08:00
"dashboard" : {
2024-03-19 00:16:53 +08:00
SchemaProps : spec . SchemaProps {
2024-03-29 01:22:21 +08:00
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
2024-03-19 00:16:53 +08:00
} ,
} ,
2024-06-04 15:36:03 +08:00
"dashboardTitle" : {
SchemaProps : spec . SchemaProps {
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
2024-03-26 22:52:12 +08:00
"scope" : {
2024-03-19 00:16:53 +08:00
SchemaProps : spec . SchemaProps {
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
} ,
2024-06-04 15:36:03 +08:00
Required : [ ] string { "dashboard" , "dashboardTitle" , "scope" } ,
2024-03-19 00:16:53 +08:00
} ,
} ,
}
2024-02-21 00:28:27 +08:00
}
func schema_pkg_apis_scope_v0alpha1_ScopeFilter ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
"key" : {
SchemaProps : spec . SchemaProps {
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"value" : {
SchemaProps : spec . SchemaProps {
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"operator" : {
SchemaProps : spec . SchemaProps {
2024-03-26 22:52:12 +08:00
Description : "Possible enum values:\n - `\"equals\"`\n - `\"not-equals\"`\n - `\"regex-match\"`\n - `\"regex-not-match\"`" ,
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
Enum : [ ] interface { } { "equals" , "not-equals" , "regex-match" , "regex-not-match" } ,
2024-02-21 00:28:27 +08:00
} ,
} ,
} ,
Required : [ ] string { "key" , "value" , "operator" } ,
} ,
} ,
}
}
func schema_pkg_apis_scope_v0alpha1_ScopeList ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
"kind" : {
SchemaProps : spec . SchemaProps {
Description : "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"apiVersion" : {
SchemaProps : spec . SchemaProps {
Description : "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"metadata" : {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" ) ,
} ,
} ,
"items" : {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "array" } ,
Items : & spec . SchemaOrArray {
Schema : & spec . Schema {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "github.com/grafana/grafana/pkg/apis/scope/v0alpha1.Scope" ) ,
} ,
} ,
} ,
} ,
} ,
} ,
} ,
} ,
Dependencies : [ ] string {
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.Scope" , "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" } ,
}
}
2024-05-03 15:48:54 +08:00
func schema_pkg_apis_scope_v0alpha1_ScopeNode ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
"kind" : {
SchemaProps : spec . SchemaProps {
Description : "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"apiVersion" : {
SchemaProps : spec . SchemaProps {
Description : "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"metadata" : {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" ) ,
} ,
} ,
"spec" : {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeNodeSpec" ) ,
} ,
} ,
} ,
} ,
} ,
Dependencies : [ ] string {
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeNodeSpec" , "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" } ,
}
}
func schema_pkg_apis_scope_v0alpha1_ScopeNodeList ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
"kind" : {
SchemaProps : spec . SchemaProps {
Description : "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"apiVersion" : {
SchemaProps : spec . SchemaProps {
Description : "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"metadata" : {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" ) ,
} ,
} ,
"items" : {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "array" } ,
Items : & spec . SchemaOrArray {
Schema : & spec . Schema {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeNode" ) ,
} ,
} ,
} ,
} ,
} ,
} ,
} ,
} ,
Dependencies : [ ] string {
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeNode" , "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" } ,
}
}
func schema_pkg_apis_scope_v0alpha1_ScopeNodeSpec ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
"parentName" : {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
2024-05-09 01:35:11 +08:00
"nodeType" : {
2024-05-03 15:48:54 +08:00
SchemaProps : spec . SchemaProps {
2024-05-09 01:35:11 +08:00
Description : "Possible enum values:\n - `\"container\"`\n - `\"leaf\"`" ,
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
Enum : [ ] interface { } { "container" , "leaf" } ,
2024-05-03 15:48:54 +08:00
} ,
} ,
2024-05-09 01:35:11 +08:00
"title" : {
2024-05-03 15:48:54 +08:00
SchemaProps : spec . SchemaProps {
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
2024-05-09 01:35:11 +08:00
"description" : {
2024-05-03 15:48:54 +08:00
SchemaProps : spec . SchemaProps {
2024-05-09 01:35:11 +08:00
Type : [ ] string { "string" } ,
Format : "" ,
2024-05-03 15:48:54 +08:00
} ,
} ,
2024-06-05 19:43:22 +08:00
"disableMultiSelect" : {
SchemaProps : spec . SchemaProps {
Default : false ,
Type : [ ] string { "boolean" } ,
Format : "" ,
} ,
} ,
2024-05-09 01:35:11 +08:00
"linkType" : {
2024-05-03 15:48:54 +08:00
SchemaProps : spec . SchemaProps {
2024-05-09 01:35:11 +08:00
Description : "Possible enum values:\n - `\"scope\"`" ,
Type : [ ] string { "string" } ,
Format : "" ,
Enum : [ ] interface { } { "scope" } ,
2024-05-03 15:48:54 +08:00
} ,
} ,
2024-05-14 23:01:21 +08:00
"linkId" : {
2024-05-03 15:48:54 +08:00
SchemaProps : spec . SchemaProps {
2024-05-09 01:35:11 +08:00
Description : "scope (later more things)" ,
Type : [ ] string { "string" } ,
Format : "" ,
2024-05-03 15:48:54 +08:00
} ,
} ,
} ,
2024-06-05 19:43:22 +08:00
Required : [ ] string { "nodeType" , "title" , "disableMultiSelect" } ,
2024-05-03 15:48:54 +08:00
} ,
} ,
}
}
2024-02-21 00:28:27 +08:00
func schema_pkg_apis_scope_v0alpha1_ScopeSpec ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
2024-02-21 22:32:57 +08:00
"title" : {
2024-02-21 00:28:27 +08:00
SchemaProps : spec . SchemaProps {
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"description" : {
SchemaProps : spec . SchemaProps {
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"filters" : {
2024-03-26 22:52:12 +08:00
VendorExtensible : spec . VendorExtensible {
Extensions : spec . Extensions {
"x-kubernetes-list-type" : "atomic" ,
} ,
} ,
2024-02-21 00:28:27 +08:00
SchemaProps : spec . SchemaProps {
Type : [ ] string { "array" } ,
Items : & spec . SchemaOrArray {
Schema : & spec . Schema {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeFilter" ) ,
} ,
} ,
} ,
} ,
} ,
} ,
2024-06-04 15:36:03 +08:00
Required : [ ] string { "title" , "description" , "filters" } ,
2024-02-21 00:28:27 +08:00
} ,
} ,
Dependencies : [ ] string {
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.ScopeFilter" } ,
}
}
2024-05-09 01:35:11 +08:00
func schema_pkg_apis_scope_v0alpha1_TreeItem ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
"nodeId" : {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"nodeType" : {
SchemaProps : spec . SchemaProps {
Description : "Possible enum values:\n - `\"container\"`\n - `\"leaf\"`" ,
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
Enum : [ ] interface { } { "container" , "leaf" } ,
} ,
} ,
"title" : {
SchemaProps : spec . SchemaProps {
Default : "" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"description" : {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"linkType" : {
SchemaProps : spec . SchemaProps {
Description : "Possible enum values:\n - `\"scope\"`" ,
Type : [ ] string { "string" } ,
Format : "" ,
Enum : [ ] interface { } { "scope" } ,
} ,
} ,
2024-05-14 23:01:21 +08:00
"linkId" : {
2024-05-09 01:35:11 +08:00
SchemaProps : spec . SchemaProps {
Description : "scope (later more things)" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
} ,
Required : [ ] string { "nodeType" , "title" } ,
} ,
} ,
}
}
func schema_pkg_apis_scope_v0alpha1_TreeResults ( ref common . ReferenceCallback ) common . OpenAPIDefinition {
return common . OpenAPIDefinition {
Schema : spec . Schema {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "object" } ,
Properties : map [ string ] spec . Schema {
"kind" : {
SchemaProps : spec . SchemaProps {
Description : "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"apiVersion" : {
SchemaProps : spec . SchemaProps {
Description : "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources" ,
Type : [ ] string { "string" } ,
Format : "" ,
} ,
} ,
"metadata" : {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" ) ,
} ,
} ,
"items" : {
SchemaProps : spec . SchemaProps {
Type : [ ] string { "array" } ,
Items : & spec . SchemaOrArray {
Schema : & spec . Schema {
SchemaProps : spec . SchemaProps {
Default : map [ string ] interface { } { } ,
Ref : ref ( "github.com/grafana/grafana/pkg/apis/scope/v0alpha1.TreeItem" ) ,
} ,
} ,
} ,
} ,
} ,
} ,
} ,
} ,
Dependencies : [ ] string {
"github.com/grafana/grafana/pkg/apis/scope/v0alpha1.TreeItem" , "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" } ,
}
}