Searched defs:ContainersInfo (Results 1 – 2 of 2) sorted by relevance
373 type ContainersInfo struct { struct374 belongingContainers []*container376 belongingApexes []ApexInfo379 func (c *ContainersInfo) BelongingContainers() []*container {383 func (c *ContainersInfo) ApexNames() (ret []string) {392 func (c *ContainersInfo) UpdatableApex() bool {412 …ContainersInfo) GetViolations(mctx ModuleContext, m, dep Module, depInfo ContainersInfo) []string {
250 setContainersInfo(info ContainersInfo)