UNPKG

@kubernetes/client-node

Version:
68 lines 1.62 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. */ /** * Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes. */ export class V1Secret { static getAttributeTypeMap() { return V1Secret.attributeTypeMap; } constructor() { } } V1Secret.discriminator = undefined; V1Secret.mapping = undefined; V1Secret.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "data", "baseName": "data", "type": "{ [key: string]: string; }", "format": "byte" }, { "name": "immutable", "baseName": "immutable", "type": "boolean", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "stringData", "baseName": "stringData", "type": "{ [key: string]: string; }", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V1Secret.js.map