Fixes serialization issue for running-pod type.

This commit is contained in:
benbierens 2023-09-25 09:57:27 +02:00
parent 3a24a77803
commit 9dbd33a906
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
public K8sCluster Cluster { get; }
public PodInfo PodInfo { get; }
public ContainerRecipePortMapEntry[] PortMapEntries { get; }
internal string DeploymentName { get; }
internal string ServiceName { get; }
public string DeploymentName { get; }
public string ServiceName { get; }
public Port[] GetServicePortsForContainerRecipe(ContainerRecipe containerRecipe)
{