Skip to content

Commit

Permalink
Compat doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Feb 7, 2025
1 parent cc6a64b commit a41f993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mirrord/agent/env/src/envs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ pub const DNS_TIMEOUT: CheckedEnv<u32> = CheckedEnv::new("MIRRORD_AGENT_DNS_TIME
pub const DNS_ATTEMPTS: CheckedEnv<u32> = CheckedEnv::new("MIRRORD_AGENT_DNS_ATTEMPTS");

Check warning on line 45 in mirrord/agent/env/src/envs.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/agent/env/src/envs.rs

/// This is currently not used in the agent.
///
/// Left for backwards compatibility.
pub const POD_IPS: CheckedEnv<Vec<IpAddr>> = CheckedEnv::new("MIRRORD_AGENT_POD_IPS");

/// Sets agent log level.
Expand Down

0 comments on commit a41f993

Please sign in to comment.