Home
last modified time | relevance | path

Searched defs:ClientTLSOptions (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/heketi/heketi/client/api/go-client/
H A Dclient.go42 type ClientTLSOptions struct { struct
44 InsecureSkipVerify bool
46 VerifyCerts []string
119 func NewClientTLS(host, user, key string, tlsOpts *ClientTLSOptions) (*Client, error) {
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/
H A D_sslverify.py1074 class ClientTLSOptions: class
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A D_sslverify.py1005 class ClientTLSOptions(object): class