@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.57 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* 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
*/
export class V1ConfigMapNodeConfigSource {
static getAttributeTypeMap() {
return V1ConfigMapNodeConfigSource.attributeTypeMap;
}
constructor() {
}
}
V1ConfigMapNodeConfigSource.discriminator = undefined;
V1ConfigMapNodeConfigSource.mapping = undefined;
V1ConfigMapNodeConfigSource.attributeTypeMap = [
{
"name": "kubeletConfigKey",
"baseName": "kubeletConfigKey",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "namespace",
"baseName": "namespace",
"type": "string",
"format": ""
},
{
"name": "resourceVersion",
"baseName": "resourceVersion",
"type": "string",
"format": ""
},
{
"name": "uid",
"baseName": "uid",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1ConfigMapNodeConfigSource.js.map