Documentation ¶
Overview ¶
Program docker-credential-gcr implements the Docker credential helper API and allows for more advanced login/authentication schemes for GCR customers.
See README.md
Directories ¶
Path | Synopsis |
---|---|
Package auth implements the logic required to authenticate the user and generate access tokens for use with GCR.
|
Package auth implements the logic required to authenticate the user and generate access tokens for use with GCR. |
Package cli contains the implementations of all of the subcommands that are exposed via the command line.
|
Package cli contains the implementations of all of the subcommands that are exposed via the command line. |
Package config provides variables used in configuring the behavior of the app.
|
Package config provides variables used in configuring the behavior of the app. |
Package credhelper implements a Docker credential helper with special facilities for GCR authentication.
|
Package credhelper implements a Docker credential helper with special facilities for GCR authentication. |
mock
|
|
mock_cmd
Package mock_cmd is a generated GoMock package.
|
Package mock_cmd is a generated GoMock package. |
mock_config
Package mock_config is a generated GoMock package.
|
Package mock_config is a generated GoMock package. |
mock_store
Package mock_store is a generated GoMock package.
|
Package mock_store is a generated GoMock package. |
Package store implements a credential store that is capable of storing both plain Docker credentials as well as GCR access and refresh tokens.
|
Package store implements a credential store that is capable of storing both plain Docker credentials as well as GCR access and refresh tokens. |
Package test contains tests for the credential helper which don't require package-private member visibility.
|
Package test contains tests for the credential helper which don't require package-private member visibility. |
Package util contains utilities which are shared between packages.
|
Package util contains utilities which are shared between packages. |
cmd
Package cmd contains utilities to execute commands using a test-friendly interface.
|
Package cmd contains utilities to execute commands using a test-friendly interface. |
Click to show internal directories.
Click to hide internal directories.