AuthConfig returns the auth information (username, etc) for a given ImageRefAndAuth
()
| 389 | |
| 390 | // AuthConfig returns the auth information (username, etc) for a given ImageRefAndAuth |
| 391 | func (imgRefAuth *ImageRefAndAuth) AuthConfig() *registrytypes.AuthConfig { |
| 392 | return imgRefAuth.authConfig |
| 393 | } |
| 394 | |
| 395 | // Reference returns the Image reference for a given ImageRefAndAuth |
| 396 | func (imgRefAuth *ImageRefAndAuth) Reference() reference.Named { |
no outgoing calls
no test coverage detected