@codingame/kubevirt-api
Version:
kubevirt OpenAPI automation for TypeScript
34 lines (33 loc) • 1.43 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.
*/
/**
* ParamKind is a tuple of Group Kind and Version.
* @export
* @interface IoK8sApiAdmissionregistrationV1alpha1ParamKind
*/
export interface IoK8sApiAdmissionregistrationV1alpha1ParamKind {
/**
* APIVersion is the API group version the resources belong to. In format of "group/version". Required.
* @type {string}
* @memberof IoK8sApiAdmissionregistrationV1alpha1ParamKind
*/
apiVersion?: string;
/**
* Kind is the API kind the resources belong to. Required.
* @type {string}
* @memberof IoK8sApiAdmissionregistrationV1alpha1ParamKind
*/
kind?: string;
}
export declare function IoK8sApiAdmissionregistrationV1alpha1ParamKindFromJSON(json: any): IoK8sApiAdmissionregistrationV1alpha1ParamKind;
export declare function IoK8sApiAdmissionregistrationV1alpha1ParamKindFromJSONTyped(json: any, _ignoreDiscriminator: boolean): IoK8sApiAdmissionregistrationV1alpha1ParamKind;
export declare function IoK8sApiAdmissionregistrationV1alpha1ParamKindToJSON(value?: IoK8sApiAdmissionregistrationV1alpha1ParamKind | null): any;