UNPKG

@kubernetes/client-node

Version:
37 lines 1.15 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.28 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1alpha1ClusterTrustBundleSpec = void 0; /** * ClusterTrustBundleSpec contains the signer and trust anchors. */ class V1alpha1ClusterTrustBundleSpec { static getAttributeTypeMap() { return V1alpha1ClusterTrustBundleSpec.attributeTypeMap; } } exports.V1alpha1ClusterTrustBundleSpec = V1alpha1ClusterTrustBundleSpec; V1alpha1ClusterTrustBundleSpec.discriminator = undefined; V1alpha1ClusterTrustBundleSpec.attributeTypeMap = [ { "name": "signerName", "baseName": "signerName", "type": "string" }, { "name": "trustBundle", "baseName": "trustBundle", "type": "string" } ]; //# sourceMappingURL=v1alpha1ClusterTrustBundleSpec.js.map