mirror of
https://github.com/containers/podman.git
synced 2025-12-17 05:01:09 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user