Documentation
¶
Overview ¶
Package tls is the tls probe package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TLS ¶
type TLS struct { base.DefaultProbe `yaml:",inline"` Host string `yaml:"host" json:"host" jsonschema:"required,format=hostname,title=Host,description=The host to probe"` Proxy string `` /* 128-byte string literal not displayed */ InsecureSkipVerify bool `` /* 179-byte string literal not displayed */ RootCAPemPath string `` /* 138-byte string literal not displayed */ RootCaPem string `yaml:"root_ca_pem" json:"root_ca_pem,omitempty" jsonschema:"title=Root CA PEM,description=The root CA PEM"` ExpireSkipVerify bool `` /* 165-byte string literal not displayed */ AlertExpireBefore time.Duration `` /* 143-byte string literal not displayed */ // contains filtered or unexported fields }
TLS implements a config for TLS
Click to show internal directories.
Click to hide internal directories.