UNPKG

@kubernetes/client-node

Version:
32 lines 996 B
/** * 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. */ /** * Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode. */ export class V1DownwardAPIProjection { static getAttributeTypeMap() { return V1DownwardAPIProjection.attributeTypeMap; } constructor() { } } V1DownwardAPIProjection.discriminator = undefined; V1DownwardAPIProjection.mapping = undefined; V1DownwardAPIProjection.attributeTypeMap = [ { "name": "items", "baseName": "items", "type": "Array<V1DownwardAPIVolumeFile>", "format": "" } ]; //# sourceMappingURL=V1DownwardAPIProjection.js.map