Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pod ¶
type Pod struct { Name string `json:"name"` Selector string `json:"selector"` Container *types.ContainerJSON ID string Spec api.PodSpec }
Name will be different for every pod. Use some unique name-gen library Selector will be the one for which we create replicas ID is the container ID inside of docker
Click to show internal directories.
Click to hide internal directories.