Initial working prototype
This commit is contained in:
parent
3f6ff87370
commit
ccc5337dc1
17 changed files with 506 additions and 57 deletions
|
|
@ -3,6 +3,6 @@ namespace ContainerDashboard.Models;
|
|||
public class Container
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string containerNamespace { get; set; } = string.Empty;
|
||||
public string ContainerNamespace { get; set; } = string.Empty;
|
||||
public bool Running { get; set; } = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue