diff options
Diffstat (limited to 'pkg/domain/entities/play.go')
-rw-r--r-- | pkg/domain/entities/play.go | 3 |
1 files changed, 2 insertions, 1 deletions
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 |