Skip to content

Commit

Permalink
Fix name of spec
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Feb 14, 2024
1 parent 417ae7b commit 1934413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirrord/operator/src/crd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub struct Session {
pub locked_ports: Option<Vec<(u16, String, Option<String>)>>,
}

// TODO(alex) [high]: `kind` controls the name of the route!
// TODO(alex) [low]: `kind` controls the name of the route!
// We have: `v1/sessionkinds/kill_all` if `kind = SessionKind` here!!!
#[derive(CustomResource, Clone, Debug, Deserialize, Serialize, JsonSchema)]
#[kube(
Expand All @@ -130,7 +130,7 @@ pub struct Session {
kind = "Session",
root = "SessionCrd"
)]
pub struct SessioSpec {}
pub struct SessionSpec {}

#[derive(Debug, Clone, Serialize, Deserialize, JsonSchema)]
pub struct LicenseInfoOwned {
Expand Down

0 comments on commit 1934413

Please sign in to comment.