curl --location --request GET '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions//status'
/apis/<group>/...
. Must match the name of the CustomResourceDefinition (in the form <names.plural>.<group>
).x-kubernetes-preserve-unknown-fields: true
extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.Cluster
and Namespaced
. Default is Namespaced
./apis/<group>/<version>/...
. Must match the name of the first item in the versions
list if version
and versions
are both specified. Optional if versions
is specified. Deprecated: use versions
instead.version
is specified. The name of the first item in the versions
list must match the version
field if version
and versions
are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.spec.versions
while they exist in this list.{
"apiVersion": "string",
"kind": "string",
"metadata": {
"annotations": {
"property1": "string",
"property2": "string"
},
"clusterName": "string",
"creationTimestamp": "2019-08-24T14:15:22Z",
"deletionGracePeriodSeconds": 0,
"deletionTimestamp": "2019-08-24T14:15:22Z",
"finalizers": [
"string"
],
"generateName": "string",
"generation": 0,
"labels": {
"property1": "string",
"property2": "string"
},
"managedFields": [
{
"apiVersion": "string",
"fieldsType": "string",
"fieldsV1": {},
"manager": "string",
"operation": "string",
"time": "2019-08-24T14:15:22Z"
}
],
"name": "string",
"namespace": "string",
"ownerReferences": [
{
"apiVersion": "string",
"blockOwnerDeletion": true,
"controller": true,
"kind": "string",
"name": "string",
"uid": "string"
}
],
"resourceVersion": "string",
"selfLink": "string",
"uid": "string"
},
"spec": {
"additionalPrinterColumns": [
{
"JSONPath": "string",
"description": "string",
"format": "string",
"name": "string",
"priority": 0,
"type": "string"
}
],
"conversion": {
"conversionReviewVersions": [
"string"
],
"strategy": "string",
"webhookClientConfig": {
"caBundle": "string",
"service": {
"name": "string",
"namespace": "string",
"path": "string",
"port": 0
},
"url": "string"
}
},
"group": "string",
"names": {
"categories": [
"string"
],
"kind": "string",
"listKind": "string",
"plural": "string",
"shortNames": [
"string"
],
"singular": "string"
},
"preserveUnknownFields": true,
"scope": "string",
"subresources": {
"scale": {
"labelSelectorPath": "string",
"specReplicasPath": "string",
"statusReplicasPath": "string"
},
"status": {}
},
"validation": {
"openAPIV3Schema": {
"$ref": "string",
"$schema": "string",
"additionalItems": null,
"additionalProperties": null,
"allOf": [
{}
],
"anyOf": [
{}
],
"default": null,
"definitions": {
"property1": {},
"property2": {}
},
"dependencies": {
"property1": null,
"property2": null
},
"description": "string",
"enum": [
null
],
"example": null,
"exclusiveMaximum": true,
"exclusiveMinimum": true,
"externalDocs": {
"description": "string",
"url": "string"
},
"format": "string",
"id": "string",
"items": null,
"maxItems": 0,
"maxLength": 0,
"maxProperties": 0,
"maximum": 0,
"minItems": 0,
"minLength": 0,
"minProperties": 0,
"minimum": 0,
"multipleOf": 0,
"not": {},
"nullable": true,
"oneOf": [
{}
],
"pattern": "string",
"patternProperties": {
"property1": {},
"property2": {}
},
"properties": {
"property1": {},
"property2": {}
},
"required": [
"string"
],
"title": "string",
"type": "string",
"uniqueItems": true,
"x-kubernetes-embedded-resource": true,
"x-kubernetes-int-or-string": true,
"x-kubernetes-list-map-keys": [
"string"
],
"x-kubernetes-list-type": "string",
"x-kubernetes-map-type": "string",
"x-kubernetes-preserve-unknown-fields": true
}
},
"version": "string",
"versions": [
{
"additionalPrinterColumns": [
{
"JSONPath": "string",
"description": "string",
"format": "string",
"name": "string",
"priority": 0,
"type": "string"
}
],
"name": "string",
"schema": {
"openAPIV3Schema": {
"$ref": "string",
"$schema": "string",
"additionalItems": null,
"additionalProperties": null,
"allOf": [
{}
],
"anyOf": [
{}
],
"default": null,
"definitions": {
"property1": {},
"property2": {}
},
"dependencies": {
"property1": null,
"property2": null
},
"description": "string",
"enum": [
null
],
"example": null,
"exclusiveMaximum": true,
"exclusiveMinimum": true,
"externalDocs": {
"description": "string",
"url": "string"
},
"format": "string",
"id": "string",
"items": null,
"maxItems": 0,
"maxLength": 0,
"maxProperties": 0,
"maximum": 0,
"minItems": 0,
"minLength": 0,
"minProperties": 0,
"minimum": 0,
"multipleOf": 0,
"not": {},
"nullable": true,
"oneOf": [
{}
],
"pattern": "string",
"patternProperties": {
"property1": {},
"property2": {}
},
"properties": {
"property1": {},
"property2": {}
},
"required": [
"string"
],
"title": "string",
"type": "string",
"uniqueItems": true,
"x-kubernetes-embedded-resource": true,
"x-kubernetes-int-or-string": true,
"x-kubernetes-list-map-keys": [
"string"
],
"x-kubernetes-list-type": "string",
"x-kubernetes-map-type": "string",
"x-kubernetes-preserve-unknown-fields": true
}
},
"served": true,
"storage": true,
"subresources": {
"scale": {
"labelSelectorPath": "string",
"specReplicasPath": "string",
"statusReplicasPath": "string"
},
"status": {}
}
}
]
},
"status": {
"acceptedNames": {
"categories": [
"string"
],
"kind": "string",
"listKind": "string",
"plural": "string",
"shortNames": [
"string"
],
"singular": "string"
},
"conditions": [
{
"lastTransitionTime": "2019-08-24T14:15:22Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"storedVersions": [
"string"
]
}
}