-
Notifications
You must be signed in to change notification settings - Fork 61
/
apiservice-apiregistration-v1.json
32 lines (32 loc) · 1.61 KB
/
apiservice-apiregistration-v1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"description": "APIService represents a server for a particular GroupVersion. Name must be \"version.group\".",
"properties": {
"apiVersion": {
"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",
"type": [
"string",
"null"
]
},
"kind": {
"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",
"type": [
"string",
"null"
]
},
"metadata": {
"$ref": "https://kubernetesjsonschema.dev/v1.10.2/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
},
"spec": {
"description": "Spec contains information for locating and communicating with a server",
"$ref": "https://kubernetesjsonschema.dev/v1.10.2/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec"
},
"status": {
"description": "Status contains derived information about an API server",
"$ref": "https://kubernetesjsonschema.dev/v1.10.2/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus"
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}