@codingame/kubevirt-api
Version:
kubevirt OpenAPI automation for TypeScript
40 lines (39 loc) • 1.55 kB
TypeScript
/**
* 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.
*/
/**
* The names of the group, the version, and the resource.
* @export
* @interface IoK8sApiStoragemigrationV1alpha1GroupVersionResource
*/
export interface IoK8sApiStoragemigrationV1alpha1GroupVersionResource {
/**
* The name of the group.
* @type {string}
* @memberof IoK8sApiStoragemigrationV1alpha1GroupVersionResource
*/
group?: string;
/**
* The name of the resource.
* @type {string}
* @memberof IoK8sApiStoragemigrationV1alpha1GroupVersionResource
*/
resource?: string;
/**
* The name of the version.
* @type {string}
* @memberof IoK8sApiStoragemigrationV1alpha1GroupVersionResource
*/
version?: string;
}
export declare function IoK8sApiStoragemigrationV1alpha1GroupVersionResourceFromJSON(json: any): IoK8sApiStoragemigrationV1alpha1GroupVersionResource;
export declare function IoK8sApiStoragemigrationV1alpha1GroupVersionResourceFromJSONTyped(json: any, _ignoreDiscriminator: boolean): IoK8sApiStoragemigrationV1alpha1GroupVersionResource;
export declare function IoK8sApiStoragemigrationV1alpha1GroupVersionResourceToJSON(value?: IoK8sApiStoragemigrationV1alpha1GroupVersionResource | null): any;