UNPKG

@kubernetes/client-node

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