UNPKG

@codingame/kubevirt-api

Version:

kubevirt OpenAPI automation for TypeScript

28 lines (27 loc) 1.03 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: unversioned * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * ForZone provides information about which zones should consume this endpoint. * @export * @interface IoK8sApiDiscoveryV1ForZone */ export interface IoK8sApiDiscoveryV1ForZone { /** * name represents the name of the zone. * @type {string} * @memberof IoK8sApiDiscoveryV1ForZone */ name: string; } export declare function IoK8sApiDiscoveryV1ForZoneFromJSON(json: any): IoK8sApiDiscoveryV1ForZone; export declare function IoK8sApiDiscoveryV1ForZoneFromJSONTyped(json: any, _ignoreDiscriminator: boolean): IoK8sApiDiscoveryV1ForZone; export declare function IoK8sApiDiscoveryV1ForZoneToJSON(value?: IoK8sApiDiscoveryV1ForZone | null): any;