@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 926 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.
*/
/**
* LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
*/
export class V1LocalObjectReference {
static getAttributeTypeMap() {
return V1LocalObjectReference.attributeTypeMap;
}
constructor() {
}
}
V1LocalObjectReference.discriminator = undefined;
V1LocalObjectReference.mapping = undefined;
V1LocalObjectReference.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1LocalObjectReference.js.map