MCPcopy Index your code
hub / github.com/redspread/spread / Images

Method Images

pkg/entity/replicationcontroller.go:83–88  ·  view source on GitHub ↗

Images contained by ReplicationController's Pods.

()

Source from the content-addressed store, hash-verified

81
82// Images contained by ReplicationController's Pods.
83func (c *ReplicationController) Images() (images []*image.Image) {
84 if c.pod != nil {
85 images = c.pod.Images()
86 }
87 return images
88}
89
90// Attach allows Pods, Containers, and Images to be attached.
91func (c *ReplicationController) Attach(e Entity) error {

Callers 2

TestRCNoPodFunction · 0.95
TestRCValidPodImagesFunction · 0.95

Calls 1

ImagesMethod · 0.65

Tested by 2

TestRCNoPodFunction · 0.76
TestRCValidPodImagesFunction · 0.76