UNPKG

@kubernetes/client-node

Version:
50 lines 1.23 kB
/** * 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. */ /** * BoundObjectReference is a reference to an object that a token is bound to. */ export class V1BoundObjectReference { static getAttributeTypeMap() { return V1BoundObjectReference.attributeTypeMap; } constructor() { } } V1BoundObjectReference.discriminator = undefined; V1BoundObjectReference.mapping = undefined; V1BoundObjectReference.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "uid", "baseName": "uid", "type": "string", "format": "" } ]; //# sourceMappingURL=V1BoundObjectReference.js.map