/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.34.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Info contains versioning information. how we\'ll want to distribute that information. */ export declare class VersionInfo { 'buildDate': string; 'compiler': string; /** * EmulationMajor is the major version of the emulation version */ 'emulationMajor'?: string; /** * EmulationMinor is the minor version of the emulation version */ 'emulationMinor'?: string; 'gitCommit': string; 'gitTreeState': string; 'gitVersion': string; 'goVersion': string; /** * Major is the major version of the binary version */ 'major': string; /** * MinCompatibilityMajor is the major version of the minimum compatibility version */ 'minCompatibilityMajor'?: string; /** * MinCompatibilityMinor is the minor version of the minimum compatibility version */ 'minCompatibilityMinor'?: string; /** * Minor is the minor version of the binary version */ 'minor': string; 'platform': string; static readonly discriminator: string | undefined; static readonly mapping: { [index: string]: string; } | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }