From 19344130c2648457492b67960648368ac6e7a815 Mon Sep 17 00:00:00 2001 From: meowjesty Date: Wed, 14 Feb 2024 11:40:12 -0300 Subject: [PATCH] Fix name of spec --- mirrord/operator/src/crd.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirrord/operator/src/crd.rs b/mirrord/operator/src/crd.rs index f6b0487cf33..4c416c1085f 100644 --- a/mirrord/operator/src/crd.rs +++ b/mirrord/operator/src/crd.rs @@ -121,7 +121,7 @@ pub struct Session { pub locked_ports: Option)>>, } -// 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( @@ -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 {