@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.29 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.
*/
/**
* EnvVarSource represents a source for the value of an EnvVar.
*/
export class V1EnvVarSource {
static getAttributeTypeMap() {
return V1EnvVarSource.attributeTypeMap;
}
constructor() {
}
}
V1EnvVarSource.discriminator = undefined;
V1EnvVarSource.mapping = undefined;
V1EnvVarSource.attributeTypeMap = [
{
"name": "configMapKeyRef",
"baseName": "configMapKeyRef",
"type": "V1ConfigMapKeySelector",
"format": ""
},
{
"name": "fieldRef",
"baseName": "fieldRef",
"type": "V1ObjectFieldSelector",
"format": ""
},
{
"name": "resourceFieldRef",
"baseName": "resourceFieldRef",
"type": "V1ResourceFieldSelector",
"format": ""
},
{
"name": "secretKeyRef",
"baseName": "secretKeyRef",
"type": "V1SecretKeySelector",
"format": ""
}
];
//# sourceMappingURL=V1EnvVarSource.js.map