Skip to content

Commit

Permalink
Update mirrord/config/src/target.rs
Browse files Browse the repository at this point in the history
Co-authored-by: meowjesty <[email protected]>
  • Loading branch information
Razz4780 and meowjesty authored Jan 30, 2025
1 parent a1f5566 commit ac0cc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/config/src/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pub struct TargetConfig {
/// - `statefulset/{statefulset-name}[/container/{container-name}]`; (requires mirrord
/// Operator)
/// - `service/{service-name}[/container/{container-name}]`; (requires mirrord Operator)
/// - `replicaset/{replicaset-name}[/container/{replicaset-name}]`; (requires mirrord Operator)
/// - `replicaset/{replicaset-name}[/container/{container-name}]`; (requires mirrord Operator)
#[serde(skip_serializing_if = "Option::is_none")]
pub path: Option<Target>,

Expand Down

0 comments on commit ac0cc0c

Please sign in to comment.