Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
weibaohui committed Jul 9, 2024
1 parent cc05698 commit 39d4b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/Crd/Gateway/Share.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ public class BackendObjectReference
[JsonPropertyName("kind")] public string Kind { get; set; }
[JsonPropertyName("namespace")] public string Namespace { get; set; }
[JsonPropertyName("name")] public string Name { get; set; }
[JsonPropertyName("prot")] public int? Port { get; set; }
[JsonPropertyName("port")] public int? Port { get; set; }
}

0 comments on commit 39d4b31

Please sign in to comment.