@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.11 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.
*/
/**
* ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap\'s Data field will represent the key-value pairs as environment variables.
*/
export class V1ConfigMapEnvSource {
static getAttributeTypeMap() {
return V1ConfigMapEnvSource.attributeTypeMap;
}
constructor() {
}
}
V1ConfigMapEnvSource.discriminator = undefined;
V1ConfigMapEnvSource.mapping = undefined;
V1ConfigMapEnvSource.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "optional",
"baseName": "optional",
"type": "boolean",
"format": ""
}
];
//# sourceMappingURL=V1ConfigMapEnvSource.js.map