/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.18.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { V1alpha1WebhookClientConfig } from './v1alpha1WebhookClientConfig'; import { V1alpha1WebhookThrottleConfig } from './v1alpha1WebhookThrottleConfig'; /** * Webhook holds the configuration of the webhook */ export declare class V1alpha1Webhook { 'clientConfig': V1alpha1WebhookClientConfig; 'throttle'?: V1alpha1WebhookThrottleConfig; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }