@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.2 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.
*/
/**
* Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
*/
export class V1Binding {
static getAttributeTypeMap() {
return V1Binding.attributeTypeMap;
}
constructor() {
}
}
V1Binding.discriminator = undefined;
V1Binding.mapping = undefined;
V1Binding.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "target",
"baseName": "target",
"type": "V1ObjectReference",
"format": ""
}
];
//# sourceMappingURL=V1Binding.js.map