@kubernetes/client-node
Version:
NodeJS client for kubernetes
74 lines • 1.82 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.30.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* NamedResourcesAttribute is a combination of an attribute name and its value.
*/
export class V1alpha2NamedResourcesAttribute {
static getAttributeTypeMap() {
return V1alpha2NamedResourcesAttribute.attributeTypeMap;
}
constructor() {
}
}
V1alpha2NamedResourcesAttribute.discriminator = undefined;
V1alpha2NamedResourcesAttribute.mapping = undefined;
V1alpha2NamedResourcesAttribute.attributeTypeMap = [
{
"name": "bool",
"baseName": "bool",
"type": "boolean",
"format": ""
},
{
"name": "_int",
"baseName": "int",
"type": "number",
"format": "int64"
},
{
"name": "intSlice",
"baseName": "intSlice",
"type": "V1alpha2NamedResourcesIntSlice",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "quantity",
"baseName": "quantity",
"type": "string",
"format": ""
},
{
"name": "string",
"baseName": "string",
"type": "string",
"format": ""
},
{
"name": "stringSlice",
"baseName": "stringSlice",
"type": "V1alpha2NamedResourcesStringSlice",
"format": ""
},
{
"name": "version",
"baseName": "version",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1alpha2NamedResourcesAttribute.js.map