Documentation ¶
Overview ¶
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- Variables
- func Connect(address string, dialOptions []grpc.DialOption) (*grpc.ClientConn, error)
- func ConnectWithTimeout(address string, dialOptions []grpc.DialOption, timeout time.Duration) (*grpc.ClientConn, error)
- func DialOptionsAdd(dialOptions []grpc.DialOption, o ...grpc.DialOption) []grpc.DialOption
- func GetTlsDialOptions(caCertData []byte) ([]grpc.DialOption, error)
Constants ¶
This section is empty.
Variables ¶
var (
DefaultConnectionTimeout = 1 * time.Minute
)
Functions ¶
func Connect ¶
func Connect(address string, dialOptions []grpc.DialOption) (*grpc.ClientConn, error)
Connect to address by grpc
func ConnectWithTimeout ¶
func ConnectWithTimeout(address string, dialOptions []grpc.DialOption, timeout time.Duration) (*grpc.ClientConn, error)
ConnectWithTimeout to address by grpc with timeout
func DialOptionsAdd ¶
func DialOptionsAdd(dialOptions []grpc.DialOption, o ...grpc.DialOption) []grpc.DialOption
func GetTlsDialOptions ¶
func GetTlsDialOptions(caCertData []byte) ([]grpc.DialOption, error)
GetTlsDialOptions returns the appropriate gRPC dial options to connect to a gRPC server over TLS. If caCertData is nil then it will use the CA from the host.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package grpcserver is a generic gRPC server manager Copyright 2018 Portworx
|
Package grpcserver is a generic gRPC server manager Copyright 2018 Portworx |