42 lines
1.3 KiB
JavaScript
42 lines
1.3 KiB
JavaScript
"use strict";
|
|
/**
|
|
* Kubernetes
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: v1.22.2
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.AdmissionregistrationV1WebhookClientConfig = void 0;
|
|
/**
|
|
* WebhookClientConfig contains the information to make a TLS connection with the webhook
|
|
*/
|
|
class AdmissionregistrationV1WebhookClientConfig {
|
|
static getAttributeTypeMap() {
|
|
return AdmissionregistrationV1WebhookClientConfig.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.AdmissionregistrationV1WebhookClientConfig = AdmissionregistrationV1WebhookClientConfig;
|
|
AdmissionregistrationV1WebhookClientConfig.discriminator = undefined;
|
|
AdmissionregistrationV1WebhookClientConfig.attributeTypeMap = [
|
|
{
|
|
"name": "caBundle",
|
|
"baseName": "caBundle",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "service",
|
|
"baseName": "service",
|
|
"type": "AdmissionregistrationV1ServiceReference"
|
|
},
|
|
{
|
|
"name": "url",
|
|
"baseName": "url",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=admissionregistrationV1WebhookClientConfig.js.map
|