/**
 * 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 IoK8sApiAdmissionregistrationV1ParamKind
 */
export interface IoK8sApiAdmissionregistrationV1ParamKind {
    /**
     * APIVersion is the API group version the resources belong to. In format of "group/version". Required.
     * @type {string}
     * @memberof IoK8sApiAdmissionregistrationV1ParamKind
     */
    apiVersion?: string;
    /**
     * Kind is the API kind the resources belong to. Required.
     * @type {string}
     * @memberof IoK8sApiAdmissionregistrationV1ParamKind
     */
    kind?: string;
}
export declare function IoK8sApiAdmissionregistrationV1ParamKindFromJSON(json: any): IoK8sApiAdmissionregistrationV1ParamKind;
export declare function IoK8sApiAdmissionregistrationV1ParamKindFromJSONTyped(json: any, _ignoreDiscriminator: boolean): IoK8sApiAdmissionregistrationV1ParamKind;
export declare function IoK8sApiAdmissionregistrationV1ParamKindToJSON(value?: IoK8sApiAdmissionregistrationV1ParamKind | null): any;
