Documentation
¶
Overview ¶
Package env contains environment variables
- Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved.
Package env contains environment variables
- Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AIS = struct { Endpoint string IsPrimary string PrimaryID string UseHTTPS string // TLS: client side Certificate string CertKey string ClientCA string SkipVerifyCrt string // tests, CI NumTarget string NumProxy string // K8s K8sPod string }{ Endpoint: "AIS_ENDPOINT", IsPrimary: "AIS_IS_PRIMARY", PrimaryID: "AIS_PRIMARY_ID", UseHTTPS: "AIS_USE_HTTPS", Certificate: "AIS_CRT", CertKey: "AIS_CRT_KEY", ClientCA: "AIS_CLIENT_CA", SkipVerifyCrt: "AIS_SKIP_VERIFY_CRT", NumTarget: "NUM_TARGET", NumProxy: "NUM_PROXY", K8sPod: "MY_POD", } )
View Source
var ( AuthN = struct { Enabled string URL string TokenFile string ConfDir string LogDir string LogLevel string Port string TTL string UseHTTPS string }{ Enabled: "AIS_AUTHN_ENABLED", URL: "AIS_AUTHN_URL", TokenFile: "AIS_AUTHN_TOKEN_FILE", ConfDir: "AIS_AUTHN_CONF_DIR", LogDir: "AIS_AUTHN_LOG_DIR", LogLevel: "AIS_AUTHN_LOG_LEVEL", Port: "AIS_AUTHN_PORT", TTL: "AIS_AUTHN_TTL", UseHTTPS: "AIS_AUTHN_USE_HTTPS", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.