@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.3 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.
*/
/**
* DaemonSet represents the configuration of a daemon set.
*/
export class V1DaemonSet {
static getAttributeTypeMap() {
return V1DaemonSet.attributeTypeMap;
}
constructor() {
}
}
V1DaemonSet.discriminator = undefined;
V1DaemonSet.mapping = undefined;
V1DaemonSet.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "spec",
"baseName": "spec",
"type": "V1DaemonSetSpec",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "V1DaemonSetStatus",
"format": ""
}
];
//# sourceMappingURL=V1DaemonSet.js.map