@jkcfg/kubernetes
Version:
jk Kubernetes library
28 lines • 847 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api.",
"properties": {
"versions": {
"items": {
"$ref": "_definitions.json#/definitions/v1beta1.APIVersion"
},
"type": [
"array",
"null"
],
"description": "Versions are versions for this third party object"
},
"description": {
"type": [
"string",
"null"
],
"description": "Description is the description of this object."
},
"metadata": {
"description": "Standard object metadata",
"$ref": "_definitions.json#/definitions/v1.ObjectMeta"
}
}
}