package azure
import "k8s.io/kubernetes/pkg/credentialprovider/azure"
Index ¶
- func NewACRProvider(configFile *string) credentialprovider.DockerConfigProvider
- type RegistriesClient
Functions ¶
func NewACRProvider ¶
func NewACRProvider(configFile *string) credentialprovider.DockerConfigProvider
NewACRProvider parses the specified configFile and returns a DockerConfigProvider
Types ¶
type RegistriesClient ¶
type RegistriesClient interface { List(ctx context.Context) ([]containerregistry.Registry, error) }
RegistriesClient is a testable interface for the ACR client List operation.
Source Files ¶
azure_acr_helper.go azure_credentials.go
- Version
- v1.13.5
- Published
- Mar 22, 2019
- Platform
- js/wasm
- Imports
- 23 packages
- Last checked
- 49 seconds ago –
Tools for package owners.