Navigation | Overlay |
---|---|
t Navigate files | h Toggle hits |
y Change url to tip of branch | m Toggle misses |
b / v Jump to prev/next hit line | p Toggle partial |
z / x Jump to prev/next missed or partial line | 1..9 Toggle flags |
shift + o Open current page in GitHub | a Toggle all on |
/ or ? Show keyboard shortcuts dialog | c Toggle context lines or commits |
1 | 5 |
// Copyright 2020 Google LLC
|
2 | 5 |
//
|
3 | 5 |
// Licensed under the Apache License, Version 2.0 (the "License");
|
4 | 5 |
// you may not use this file except in compliance with the License.
|
5 | 5 |
// You may obtain a copy of the License at
|
6 | 5 |
//
|
7 | 5 |
// https://www.apache.org/licenses/LICENSE-2.0
|
8 | 5 |
//
|
9 | 5 |
// Unless required by applicable law or agreed to in writing, software
|
10 | 5 |
// distributed under the License is distributed on an "AS IS" BASIS,
|
11 | 5 |
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12 | 5 |
// See the License for the specific language governing permissions and
|
13 | 5 |
// limitations under the License.
|
14 | 5 |
//
|
15 | 5 |
// ** This file is automatically generated by synthtool. **
|
16 | 5 |
// ** https://github.com/googleapis/synthtool **
|
17 | 5 |
// ** All changes to this file may be overwritten. **
|
18 | 5 |
|
19 | 5 |
import * as v1 from './v1'; |
20 | 5 |
|
21 | 5 |
const ClusterManagerClient = v1.ClusterManagerClient; |
22 | 5 |
type ClusterManagerClient = v1.ClusterManagerClient; |
23 | 5 |
|
24 | 5 |
export {v1, ClusterManagerClient}; |
25 | 5 |
export default {v1, ClusterManagerClient}; |
26 | 5 |
import * as protos from '../protos/protos'; |
27 | 5 |
export {protos}; |
Read our documentation on viewing source code .