52 lines
1.5 KiB
JavaScript
52 lines
1.5 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.V1ConfigMapNodeConfigSource = void 0;
|
|
/**
|
|
* ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration
|
|
*/
|
|
class V1ConfigMapNodeConfigSource {
|
|
static getAttributeTypeMap() {
|
|
return V1ConfigMapNodeConfigSource.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1ConfigMapNodeConfigSource = V1ConfigMapNodeConfigSource;
|
|
V1ConfigMapNodeConfigSource.discriminator = undefined;
|
|
V1ConfigMapNodeConfigSource.attributeTypeMap = [
|
|
{
|
|
"name": "kubeletConfigKey",
|
|
"baseName": "kubeletConfigKey",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"baseName": "name",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "namespace",
|
|
"baseName": "namespace",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "resourceVersion",
|
|
"baseName": "resourceVersion",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "uid",
|
|
"baseName": "uid",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1ConfigMapNodeConfigSource.js.map
|