| 152 | } |
| 153 | |
| 154 | type staticCredentials struct { |
| 155 | ref string |
| 156 | username string |
| 157 | secret string |
| 158 | } |
| 159 | |
| 160 | // NewStaticCredentials gets credentials from passing in cli context |
| 161 | func NewStaticCredentials(ctx context.Context, cliContext *cli.Context, ref string) (registry.CredentialHelper, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected