@kubernetes/client-node
Version:
NodeJS client for kubernetes
74 lines • 1.64 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Status is a return value for calls that don\'t return other objects.
*/
export class V1Status {
static getAttributeTypeMap() {
return V1Status.attributeTypeMap;
}
constructor() {
}
}
V1Status.discriminator = undefined;
V1Status.mapping = undefined;
V1Status.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "code",
"baseName": "code",
"type": "number",
"format": "int32"
},
{
"name": "details",
"baseName": "details",
"type": "V1StatusDetails",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "message",
"baseName": "message",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ListMeta",
"format": ""
},
{
"name": "reason",
"baseName": "reason",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1Status.js.map