From ce7a9f03146da33007656ded64be3148d6ec8d77 Mon Sep 17 00:00:00 2001 From: theunrealgeek Date: Sun, 17 May 2020 00:37:58 -0700 Subject: supporting k8s Deployment objects Signed-off-by: Aditya Kamath --- pkg/domain/entities/play.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/domain/entities') 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. -- cgit v1.2.3-54-g00ecf