UNPKG

@kubernetes/client-node

Version:
38 lines 1.06 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. */ /** * ClusterTrustBundleSpec contains the signer and trust anchors. */ export class V1alpha1ClusterTrustBundleSpec { static getAttributeTypeMap() { return V1alpha1ClusterTrustBundleSpec.attributeTypeMap; } constructor() { } } V1alpha1ClusterTrustBundleSpec.discriminator = undefined; V1alpha1ClusterTrustBundleSpec.mapping = undefined; V1alpha1ClusterTrustBundleSpec.attributeTypeMap = [ { "name": "signerName", "baseName": "signerName", "type": "string", "format": "" }, { "name": "trustBundle", "baseName": "trustBundle", "type": "string", "format": "" } ]; //# sourceMappingURL=V1alpha1ClusterTrustBundleSpec.js.map