Skip to content

Commit

Permalink
fix comment (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyatmax authored Jan 25, 2024
1 parent 71d9765 commit 3b19d89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plane/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,12 @@ pub struct SpawnConfig {
)]
pub struct KeyConfig {
/// If provided, and a running backend was created with the same key,
/// cluster, namespace, and tag, we will connect to that backend instead
/// namespace, and tag, we will connect to that backend instead
/// of creating a new one.
pub name: String,

/// Namespace of the key. If not specified, the default namespace (empty string)
/// is used. Namespaces are scoped to a cluster, so two namespaces of the same name
/// on different clusters are distinct.
/// is used.
#[serde(default)]
pub namespace: String,

Expand Down

0 comments on commit 3b19d89

Please sign in to comment.