|
| 1 | +{ |
| 2 | + "github.com/example/pkg/apis/jingfang/v1beta1.Bee": { |
| 3 | + "Schema": { |
| 4 | + "description": "Bee", |
| 5 | + "properties": { |
| 6 | + "apiVersion": { |
| 7 | + "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/api-conventions.md#resources", |
| 8 | + "type": "string" |
| 9 | + }, |
| 10 | + "kind": { |
| 11 | + "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/api-conventions.md#types-kinds", |
| 12 | + "type": "string" |
| 13 | + }, |
| 14 | + "metadata": { |
| 15 | + "$ref": "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" |
| 16 | + }, |
| 17 | + "spec": { |
| 18 | + "$ref": "github.com/example/pkg/apis/jingfang/v1beta1.BeeSpec" |
| 19 | + }, |
| 20 | + "status": { |
| 21 | + "$ref": "github.com/example/pkg/apis/jingfang/v1beta1.BeeStatus" |
| 22 | + } |
| 23 | + } |
| 24 | + }, |
| 25 | + "Dependencies": [ |
| 26 | + "github.com/example/pkg/apis/jingfang/v1beta1.BeeSpec", |
| 27 | + "github.com/example/pkg/apis/jingfang/v1beta1.BeeStatus", |
| 28 | + "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" |
| 29 | + ] |
| 30 | + }, |
| 31 | + "github.com/example/pkg/apis/jingfang/v1beta1.BeeList": { |
| 32 | + "Schema": { |
| 33 | + "required": [ |
| 34 | + "items" |
| 35 | + ], |
| 36 | + "properties": { |
| 37 | + "apiVersion": { |
| 38 | + "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/api-conventions.md#resources", |
| 39 | + "type": "string" |
| 40 | + }, |
| 41 | + "items": { |
| 42 | + "type": "array", |
| 43 | + "items": { |
| 44 | + "$ref": "github.com/example/pkg/apis/jingfang/v1beta1.Bee" |
| 45 | + } |
| 46 | + }, |
| 47 | + "kind": { |
| 48 | + "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/api-conventions.md#types-kinds", |
| 49 | + "type": "string" |
| 50 | + }, |
| 51 | + "metadata": { |
| 52 | + "$ref": "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" |
| 53 | + } |
| 54 | + } |
| 55 | + }, |
| 56 | + "Dependencies": [ |
| 57 | + "github.com/example/pkg/apis/jingfang/v1beta1.Bee", |
| 58 | + "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" |
| 59 | + ] |
| 60 | + }, |
| 61 | + "github.com/example/pkg/apis/jingfang/v1beta1.BeeObjectReference": { |
| 62 | + "Schema": { |
| 63 | + "properties": { |
| 64 | + "name": { |
| 65 | + "type": "string" |
| 66 | + } |
| 67 | + } |
| 68 | + }, |
| 69 | + "Dependencies": [] |
| 70 | + }, |
| 71 | + "github.com/example/pkg/apis/jingfang/v1beta1.BeeSpec": { |
| 72 | + "Schema": { |
| 73 | + "description": "BeeSpec defines the desired state of Bee" |
| 74 | + }, |
| 75 | + "Dependencies": [] |
| 76 | + }, |
| 77 | + "github.com/example/pkg/apis/jingfang/v1beta1.BeeStatus": { |
| 78 | + "Schema": { |
| 79 | + "description": "BeeStatus defines the observed state of Bee" |
| 80 | + }, |
| 81 | + "Dependencies": [] |
| 82 | + }, |
| 83 | + "github.com/example/pkg/apis/jingfang/v1beta1.MyKind": { |
| 84 | + "Schema": { |
| 85 | + "description": "MyKind", |
| 86 | + "properties": { |
| 87 | + "apiVersion": { |
| 88 | + "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/api-conventions.md#resources", |
| 89 | + "type": "string" |
| 90 | + }, |
| 91 | + "kind": { |
| 92 | + "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/api-conventions.md#types-kinds", |
| 93 | + "type": "string" |
| 94 | + }, |
| 95 | + "metadata": { |
| 96 | + "$ref": "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" |
| 97 | + }, |
| 98 | + "spec": { |
| 99 | + "$ref": "github.com/example/pkg/apis/jingfang/v1beta1.MyKindSpec" |
| 100 | + }, |
| 101 | + "status": { |
| 102 | + "$ref": "github.com/example/pkg/apis/jingfang/v1beta1.MyKindStatus" |
| 103 | + } |
| 104 | + } |
| 105 | + }, |
| 106 | + "Dependencies": [ |
| 107 | + "github.com/example/pkg/apis/jingfang/v1beta1.MyKindSpec", |
| 108 | + "github.com/example/pkg/apis/jingfang/v1beta1.MyKindStatus", |
| 109 | + "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" |
| 110 | + ] |
| 111 | + }, |
| 112 | + "github.com/example/pkg/apis/jingfang/v1beta1.MyKindList": { |
| 113 | + "Schema": { |
| 114 | + "required": [ |
| 115 | + "items" |
| 116 | + ], |
| 117 | + "properties": { |
| 118 | + "apiVersion": { |
| 119 | + "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/api-conventions.md#resources", |
| 120 | + "type": "string" |
| 121 | + }, |
| 122 | + "items": { |
| 123 | + "type": "array", |
| 124 | + "items": { |
| 125 | + "$ref": "github.com/example/pkg/apis/jingfang/v1beta1.MyKind" |
| 126 | + } |
| 127 | + }, |
| 128 | + "kind": { |
| 129 | + "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/api-conventions.md#types-kinds", |
| 130 | + "type": "string" |
| 131 | + }, |
| 132 | + "metadata": { |
| 133 | + "$ref": "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" |
| 134 | + } |
| 135 | + } |
| 136 | + }, |
| 137 | + "Dependencies": [ |
| 138 | + "github.com/example/pkg/apis/jingfang/v1beta1.MyKind", |
| 139 | + "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta" |
| 140 | + ] |
| 141 | + }, |
| 142 | + "github.com/example/pkg/apis/jingfang/v1beta1.MyKindSpec": { |
| 143 | + "Schema": { |
| 144 | + "description": "MyKindSpec defines the desired state of MyKind", |
| 145 | + "properties": { |
| 146 | + "beeRef": { |
| 147 | + "x-kubernetes-object-ref-api-version": "v1beta1", |
| 148 | + "x-kubernetes-object-ref-kind": "Bee", |
| 149 | + "$ref": "github.com/example/pkg/apis/jingfang/v1beta1.BeeObjectReference" |
| 150 | + }, |
| 151 | + "secretRef": { |
| 152 | + "description": "If defined, we use this secret for configuring the MYSQL_ROOT_PASSWORD If it is not set we generate a secret dynamically", |
| 153 | + "x-kubernetes-object-ref-api-version": "v1", |
| 154 | + "x-kubernetes-object-ref-kind": "Secret", |
| 155 | + "$ref": "k8s.io/api/core/v1.LocalObjectReference" |
| 156 | + } |
| 157 | + } |
| 158 | + }, |
| 159 | + "Dependencies": [ |
| 160 | + "github.com/example/pkg/apis/jingfang/v1beta1.BeeObjectReference", |
| 161 | + "k8s.io/api/core/v1.LocalObjectReference" |
| 162 | + ] |
| 163 | + }, |
| 164 | + "github.com/example/pkg/apis/jingfang/v1beta1.MyKindStatus": { |
| 165 | + "Schema": { |
| 166 | + "description": "MyKindStatus defines the observed state of MyKind" |
| 167 | + }, |
| 168 | + "Dependencies": [] |
| 169 | + } |
| 170 | +} |
0 commit comments