@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.36 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.
*/
/**
* LeaseCandidate defines a candidate for a Lease object. Candidates are created such that coordinated leader election will pick the best leader from the list of candidates.
*/
export class V1alpha2LeaseCandidate {
static getAttributeTypeMap() {
return V1alpha2LeaseCandidate.attributeTypeMap;
}
constructor() {
}
}
V1alpha2LeaseCandidate.discriminator = undefined;
V1alpha2LeaseCandidate.mapping = undefined;
V1alpha2LeaseCandidate.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "spec",
"baseName": "spec",
"type": "V1alpha2LeaseCandidateSpec",
"format": ""
}
];
//# sourceMappingURL=V1alpha2LeaseCandidate.js.map