(resourceName string)
| 136 | } |
| 137 | |
| 138 | func (b *Backend) resourcePath(resourceName string) string { |
| 139 | return fmt.Sprintf("%s/%s-%s", b.repo, b.prefix, resourceName) |
| 140 | } |
| 141 | |
| 142 | func craftImage(content []byte, resource *pb.CASResource) (v1.Image, error) { |
| 143 | if len(content) == 0 { |
no outgoing calls