@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.28 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.
*/
/**
* NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.
*/
export class V1NodeConfigStatus {
static getAttributeTypeMap() {
return V1NodeConfigStatus.attributeTypeMap;
}
constructor() {
}
}
V1NodeConfigStatus.discriminator = undefined;
V1NodeConfigStatus.mapping = undefined;
V1NodeConfigStatus.attributeTypeMap = [
{
"name": "active",
"baseName": "active",
"type": "V1NodeConfigSource",
"format": ""
},
{
"name": "assigned",
"baseName": "assigned",
"type": "V1NodeConfigSource",
"format": ""
},
{
"name": "error",
"baseName": "error",
"type": "string",
"format": ""
},
{
"name": "lastKnownGood",
"baseName": "lastKnownGood",
"type": "V1NodeConfigSource",
"format": ""
}
];
//# sourceMappingURL=V1NodeConfigStatus.js.map