From 62b7a770e8a858e7c3c460922f1cf4fef360279c Mon Sep 17 00:00:00 2001 From: theunrealgeek Date: Thu, 4 Jun 2020 18:39:37 -0700 Subject: Fix missing doc for field in PlayKubePod Signed-off-by: Aditya Kamath --- pkg/domain/entities/play.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/domain/entities') diff --git a/pkg/domain/entities/play.go b/pkg/domain/entities/play.go index 58602d3f9..0823bc64e 100644 --- a/pkg/domain/entities/play.go +++ b/pkg/domain/entities/play.go @@ -26,8 +26,9 @@ type PlayKubeOptions struct { SeccompProfileRoot string } -// PlayKubePods represents a single pod and associated containers created by play kube +// PlayKubePod represents a single pod and associated containers created by play kube type PlayKubePod struct { + // ID - ID of the pod created as a result of play kube. ID string // Containers - the IDs of the containers running in the created pod. Containers []string -- cgit v1.2.3-54-g00ecf