UNPKG

@kubernetes/client-node

Version:
44 lines 1.36 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. */ /** * ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise). */ export class V1ServiceAccountTokenProjection { static getAttributeTypeMap() { return V1ServiceAccountTokenProjection.attributeTypeMap; } constructor() { } } V1ServiceAccountTokenProjection.discriminator = undefined; V1ServiceAccountTokenProjection.mapping = undefined; V1ServiceAccountTokenProjection.attributeTypeMap = [ { "name": "audience", "baseName": "audience", "type": "string", "format": "" }, { "name": "expirationSeconds", "baseName": "expirationSeconds", "type": "number", "format": "int64" }, { "name": "path", "baseName": "path", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ServiceAccountTokenProjection.js.map