summaryrefslogtreecommitdiff
path: root/pkg/domain/entities
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r--pkg/domain/entities/play.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/domain/entities/play.go b/pkg/domain/entities/play.go
index 4f485cbee..fff86daf9 100644
--- a/pkg/domain/entities/play.go
+++ b/pkg/domain/entities/play.go
@@ -28,8 +28,8 @@ type PlayKubeOptions struct {
// PlayKubeReport contains the results of running play kube.
type PlayKubeReport struct {
- // Pod - the ID of the created pod.
- Pod string
+ // Pods - the IDs of the created pods.
+ Pods []string
// Containers - the IDs of the containers running in the created pod.
Containers []string
// Logs - non-fatal erros and log messages while processing.