@kubernetes/client-node
Version:
NodeJS client for kubernetes
62 lines • 1.45 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.
*/
/**
* ConfigMap holds configuration data for pods to consume.
*/
export class V1ConfigMap {
static getAttributeTypeMap() {
return V1ConfigMap.attributeTypeMap;
}
constructor() {
}
}
V1ConfigMap.discriminator = undefined;
V1ConfigMap.mapping = undefined;
V1ConfigMap.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "binaryData",
"baseName": "binaryData",
"type": "{ [key: string]: string; }",
"format": "byte"
},
{
"name": "data",
"baseName": "data",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "immutable",
"baseName": "immutable",
"type": "boolean",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
}
];
//# sourceMappingURL=V1ConfigMap.js.map