@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 925 B
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.
*/
/**
* EventSource contains information for an event.
*/
export class V1EventSource {
static getAttributeTypeMap() {
return V1EventSource.attributeTypeMap;
}
constructor() {
}
}
V1EventSource.discriminator = undefined;
V1EventSource.mapping = undefined;
V1EventSource.attributeTypeMap = [
{
"name": "component",
"baseName": "component",
"type": "string",
"format": ""
},
{
"name": "host",
"baseName": "host",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1EventSource.js.map