Fix missing doc for field in PlayKubePod

Signed-off-by: Aditya Kamath <theunrealgeek@gmail.com>
This commit is contained in:
theunrealgeek
2020-06-04 18:39:37 -07:00
parent a338cd4e8a
commit 62b7a770e8

View File

@@ -26,8 +26,9 @@ type PlayKubeOptions struct {
SeccompProfileRoot string 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 { type PlayKubePod struct {
// ID - ID of the pod created as a result of play kube.
ID string ID string
// Containers - the IDs of the containers running in the created pod. // Containers - the IDs of the containers running in the created pod.
Containers []string Containers []string