Expand description
Contains various constant definitions, mostly for default ports and IP addresses.
Constantsยง
- CONVERSION_
WEBHOOK_ HTTPS_ PORT - DEFAULT_
HTTPS_ PORT - The default HTTPS port
8443
- DEFAULT_
LISTEN_ ADDRESS - The default IP address
Ipv4Addr::UNSPECIFIED
(0.0.0.0
) the webhook server binds to, which represents binding on all network addresses. - DEFAULT_
SOCKET_ ADDRESS - The default socket address
0.0.0.0:8443
the webhook server binds to.