UNPKG

2.01 kBJavaScriptView Raw
1/**
2 * Copyright 2016-2018 F5 Networks, Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17'use strict';
18
19/* eslint-disable global-require */
20module.exports = {
21 activeError: require('./lib/activeError'),
22 authn: require('./lib/authn'),
23 autoscaleInstance: require('./lib/autoscaleInstance'),
24 cloudProvider: require('./lib/cloudProvider'),
25 bigIp: require('./lib/bigIp'),
26 bigIpCluster: require('./lib/bigIpCluster'),
27 bigIpOnboard: require('./lib/bigIpOnboard'),
28 bigIq: require('./lib/bigIq'),
29 bigIqOnboardMixins: require('./lib/bigIqOnboardMixins'),
30 bigIqClusterMixins: require('./lib/bigIqClusterMixins'),
31 bigIqLicenseProviderFactory: require('./lib/bigIqLicenseProviderFactory'),
32 cloudProviderFactory: require('./lib/cloudProviderFactory'),
33 cryptoUtil: require('./lib/cryptoUtil'),
34 dnsProvider: require('./lib/dnsProvider'),
35 dnsProviderFactory: require('./lib/dnsProviderFactory'),
36 genericNodeProvider: require('./lib/genericNodeProvider'),
37 gtmDnsProvider: require('./lib/gtmDnsProvider'),
38 localCryptoUtil: require('./lib/localCryptoUtil'),
39 localKeyUtil: require('./lib/localKeyUtil'),
40 httpUtil: require('./lib/httpUtil'),
41 iControl: require('./lib/iControl'),
42 ipc: require('./lib/ipc'),
43 logger: require('./lib/logger'),
44 metricsCollector: require('./lib/metricsCollector'),
45 sharedConstants: require('./lib/sharedConstants'),
46 signals: require('./lib/signals'),
47 util: require('./lib/util')
48};