GetSSHAuthImage returns the correctly formatted sshauth image:tag reference
()
| 40 | |
| 41 | // GetSSHAuthImage returns the correctly formatted sshauth image:tag reference |
| 42 | func GetSSHAuthImage() string { |
| 43 | return fmt.Sprintf("%s:%s", versionconstants.SSHAuthImage, versionconstants.SSHAuthTag) |
| 44 | } |
| 45 | |
| 46 | // GetRouterImage returns the router image:tag reference |
| 47 | func GetRouterImage() string { |
no outgoing calls
no test coverage detected