Documentation
¶
Overview ¶
Package flags declares the CLI flags and environment defaults for reaching the registry-packages-proxy.
Index ¶
Constants ¶
View Source
const ( EnvEndpoint = "D8_RPP_ENDPOINT" EnvCAFile = "D8_RPP_CA_FILE" )
Variables ¶
View Source
var ( // Endpoint is the proxy base URL (e.g. https://<master-ip>:4219, or the // public Ingress). Empty means discover it from the cluster. Endpoint = os.Getenv(EnvEndpoint) // CAFile points to a PEM CA bundle used to verify the proxy TLS certificate // in addition to the system roots. CAFile = os.Getenv(EnvCAFile) // InsecureSkipTLSVerify disables proxy TLS verification (debugging only). InsecureSkipTLSVerify bool )
CLI parameters for the registry-packages-proxy connection.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.