mirror of
https://github.com/containers/podman.git
synced 2025-12-16 12:29:28 +08:00
Fix missing doc for field in PlayKubePod
Signed-off-by: Aditya Kamath <theunrealgeek@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user